diff options
Diffstat (limited to 'examples/mandelbrot.sloth')
| -rw-r--r-- | examples/mandelbrot.sloth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mandelbrot.sloth b/examples/mandelbrot.sloth index fc2edaa..275d32b 100644 --- a/examples/mandelbrot.sloth +++ b/examples/mandelbrot.sloth @@ -1,4 +1,4 @@ -fn main() Int{ +fn main() Int { # Configure var size = 1000.0; var maxVal = 4.0; |
