aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hello.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello.sloth b/examples/hello.sloth
index 7378cb1..1bbdbd4 100644
--- a/examples/hello.sloth
+++ b/examples/hello.sloth
@@ -1,5 +1,5 @@
fn test() [Int 3] {
- var list: [Int 3] = [9, 5, 7];
+ var list: [Int 3] = [500, 5, 7];
vpushi(list, 3);
vpushi(list, 3);