diff options
| author | nic-gaffney <gaffney_nic@protonmail.com> | 2023-07-31 00:07:46 -0500 |
|---|---|---|
| committer | nic-gaffney <gaffney_nic@protonmail.com> | 2023-07-31 00:07:46 -0500 |
| commit | 9b2fe27e03ae1962305f9032823e9984b2cf503c (patch) | |
| tree | 0451c57881da9e1c399f8215d15db6aad301da13 /examples/mandelbrot.sloth | |
| parent | 60ed283bace6596405eebd5670ce195f4c4f4409 (diff) | |
| download | sloth-9b2fe27e03ae1962305f9032823e9984b2cf503c.tar.gz | |
got rid of vim
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 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; |
