diff --git a/examples/mandelbrot.psl b/examples/mandelbrot.psl index a0beafb..78569bb 100644 --- a/examples/mandelbrot.psl +++ b/examples/mandelbrot.psl @@ -28,3 +28,5 @@ func mandelbrot(): x = x + 1 y = y + 1 print('\n') + +mandelbrot()