summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-09 12:00:47 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-09 12:00:47 +0330
commit9d55777a74d559a72e869e632576cee86f6f9b15 (patch)
tree61e07cb3882a36d5591b1a48e865941d69110704 /code
parentf4d180a8369d3a09722feb822b774366910cbc5d (diff)
add escape characters
Diffstat (limited to 'code')
-rw-r--r--code/main.felan1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/main.felan b/code/main.felan
index 70c08da..032cfc8 100644
--- a/code/main.felan
+++ b/code/main.felan
@@ -20,4 +20,5 @@ usize :: u64;
main :: () -> void {
a := 'a';
putc a;
+ putc '\n';
};