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