about summary refs log tree commit diff
path: root/examples/20.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/20.src')
-rw-r--r--examples/20.src19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/20.src b/examples/20.src
index e6824ef..aca7ea0 100644
--- a/examples/20.src
+++ b/examples/20.src
@@ -27,3 +27,22 @@ let main = () => i64 {
 
 	return 0;
 };
+
+/*
+
+Expected stdout:
+
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+
+Expected return: 0
+
+*/