diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-08 22:02:48 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-08 22:02:48 +0330 |
commit | 5ff257eaefcb9e1ff30f4b2fe7edcc48b024ab45 (patch) | |
tree | e7cc34441338a24e11e17740a78bcf98e248a81d /code/file.felan | |
parent | 40c7100791e9cb637d83d3a4970f6f383314ed31 (diff) |
doing stuff for making named import
Diffstat (limited to 'code/file.felan')
-rw-r--r-- | code/file.felan | 5 |
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'; +}; |