From b888a221f832fd378db9e22f10155146c4fa4c5a Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 23 Oct 2025 13:22:58 -0500 Subject: random stuff MERGE --- examples/mandelbrot.sloth | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/mandelbrot.sloth') diff --git a/examples/mandelbrot.sloth b/examples/mandelbrot.sloth index 09286bd..4d93e3d 100644 --- a/examples/mandelbrot.sloth +++ b/examples/mandelbrot.sloth @@ -29,7 +29,6 @@ fn main() Int { var plane = 4.0; # loop over coordinates - for x in 0..as_int(size) { for y in 0..as_int(size) { # Initialize -- cgit v1.2.3