aboutsummaryrefslogtreecommitdiff
path: root/code/file.felan
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-08 22:02:48 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-08 22:02:48 +0330
commit5ff257eaefcb9e1ff30f4b2fe7edcc48b024ab45 (patch)
treee7cc34441338a24e11e17740a78bcf98e248a81d /code/file.felan
parent40c7100791e9cb637d83d3a4970f6f383314ed31 (diff)
doing stuff for making named import
Diffstat (limited to 'code/file.felan')
-rw-r--r--code/file.felan5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/file.felan b/code/file.felan
new file mode 100644
index 0000000..bccc1bd
--- /dev/null
+++ b/code/file.felan
@@ -0,0 +1,5 @@
+test :: () -> void {
+ putc 'h';
+ putc 'e';
+ putc 'y';
+};