Fix mandelbrot example
This commit is contained in:
parent
d146ec69fd
commit
ac58713fe1
1 changed files with 2 additions and 0 deletions
|
|
@ -28,3 +28,5 @@ func mandelbrot():
|
||||||
x = x + 1
|
x = x + 1
|
||||||
y = y + 1
|
y = y + 1
|
||||||
print('\n')
|
print('\n')
|
||||||
|
|
||||||
|
mandelbrot()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue