mandelbrot/main.cpp
2022-07-04 19:22:36 +02:00

7 lines
52 B
C++

#include "graphics.h"
int main()
{
return 0;
}