From 9b2fe27e03ae1962305f9032823e9984b2cf503c Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Mon, 31 Jul 2023 00:07:46 -0500 Subject: got rid of vim --- examples/mandelbrot.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; -- cgit v1.2.3