aboutsummaryrefslogtreecommitdiff
path: root/examples/cgol.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cgol.sloth')
-rw-r--r--examples/cgol.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgol.sloth b/examples/cgol.sloth
index fafe440..db578f9 100644
--- a/examples/cgol.sloth
+++ b/examples/cgol.sloth
@@ -1,7 +1,7 @@
fn populate() [Int]
{
# Initialize life vector
- var life: [Int] = [1];
+ var life: [Int] = ["Hello World"];
vpopi(life);
# Fill the vector with random values