about summary refs log tree commit diff
path: root/examples/0.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/0.src')
-rw-r--r--examples/0.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/0.src b/examples/0.src
index db7a87f..8180dfa 100644
--- a/examples/0.src
+++ b/examples/0.src
@@ -6,3 +6,13 @@ let main = (argc: i64, argv: *i64) => i64 {
 	
 	return 2;
 };
+
+/*
+
+Expected stdout:
+
+1
+
+Expected return: 2
+
+*/