about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/0.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/0.src b/examples/0.src
index d73769a..a55a285 100644
--- a/examples/0.src
+++ b/examples/0.src
@@ -1,7 +1,7 @@
 /* HELLO! Welcome to the unnamed language */
 
 let main = () => {
-	print(2);
+	printf(2);
 	
 	return 1;
 };