about summary refs log tree commit diff
path: root/examples/13.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/13.src')
-rw-r--r--examples/13.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/13.src b/examples/13.src
index ed05a16..77f85d1 100644
--- a/examples/13.src
+++ b/examples/13.src
@@ -31,3 +31,14 @@ let main = () => i64 {
 
     return 0;
 };
+
+/*
+
+Expected stdout:
+
+55
+6
+
+Expected return: 0
+
+*/