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