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