about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2025-01-10 16:23:50 +0100
committerMel <einebeere@gmail.com>2025-01-10 16:23:50 +0100
commit2135ff9f586e43770e1ba9963aa5a9aaff110a81 (patch)
treefb831ed7ea7a3cb460fcb8f7d1aa294398651df2 /src
downloadcatskill-2135ff9f586e43770e1ba9963aa5a9aaff110a81.tar.zst
catskill-2135ff9f586e43770e1ba9963aa5a9aaff110a81.zip
Initial
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/catskill.csk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/catskill.csk b/src/catskill.csk
new file mode 100644
index 0000000..a061341
--- /dev/null
+++ b/src/catskill.csk
@@ -0,0 +1,7 @@
+| c-header stdio.h
+
+main = fun () int {
+  printf("meow meow meow!!\n")
+
+  return 0
+}