aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-28 14:28:54 -0500
committerCody <cody@codyq.dev>2023-06-28 14:28:54 -0500
commit9c915d3bf79078a2afd9c70ed8bbf606c3250f84 (patch)
treea7702cfa7b35e270b8be44b3566bcbf7a24d3cc2 /examples
parentda89b3f6cdf17dbaeba9aa25e22f1b8313f97536 (diff)
parent42b509365ce43e2f83475cbbc0f01bcd7b34fcd3 (diff)
downloadsloth-9c915d3bf79078a2afd9c70ed8bbf606c3250f84.tar.gz
Merge branch 'master' of github.com:slothlang/slothlang
Diffstat (limited to 'examples')
-rw-r--r--examples/cgol.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgol.sloth b/examples/cgol.sloth
index 4f7ea28..6cfe72d 100644
--- a/examples/cgol.sloth
+++ b/examples/cgol.sloth
@@ -105,7 +105,7 @@ fn main() Int {
update(life, new);
display(new);
life = new;
- wait(1.0);
+ wait(100);
}
return 0;
}