Fix mandelbrot example

This commit is contained in:
Nikita Lisitsa 2026-05-07 13:47:27 +03:00
parent d146ec69fd
commit ac58713fe1

View file

@ -28,3 +28,5 @@ func mandelbrot():
x = x + 1
y = y + 1
print('\n')
mandelbrot()