aboutsummaryrefslogtreecommitdiff
path: root/examples/mandelbrot.sloth
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:22:58 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:25:33 -0500
commitb888a221f832fd378db9e22f10155146c4fa4c5a (patch)
tree83bd27ed823b2924d8bc4e9770a6013c71fa9cc1 /examples/mandelbrot.sloth
parentfe70742be81985affeaeaec198effc7e18577e76 (diff)
downloadsloth-b888a221f832fd378db9e22f10155146c4fa4c5a.tar.gz
random stuff MERGE
Diffstat (limited to 'examples/mandelbrot.sloth')
-rw-r--r--examples/mandelbrot.sloth1
1 files changed, 0 insertions, 1 deletions
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