about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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
+}