about summary refs log tree commit diff
path: root/examples/7.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/7.src')
-rw-r--r--examples/7.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/7.src b/examples/7.src
index 6b45b73..a94891d 100644
--- a/examples/7.src
+++ b/examples/7.src
@@ -10,7 +10,7 @@ let main = () => i64 {
 	let i = 4;
 	
 	if (1 - -1 * 2) == 5 - (-1 + 1 + ten() / 2) + 3 {
-		println("%d", i);
+		printf("%d\n", i);
 		return i;
 	};