diff options
Diffstat (limited to 'examples')
| -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 525f5eb..c7c559a 100644 --- a/examples/mandelbrot.sloth +++ b/examples/mandelbrot.sloth @@ -1,4 +1,4 @@ -fn main() Int{ +fn main() Int { # Configure var size: Float = 1000.0; var maxVal: Float = 4.0; |
