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