about summary refs log tree commit diff
path: root/src/cutec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cutec.c')
-rw-r--r--src/cutec.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cutec.c b/src/cutec.c
new file mode 100644
index 0000000..4da7d29
--- /dev/null
+++ b/src/cutec.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main() {
+  printf("meow meow meow!!\n");
+
+  return 0;
+}