diff options
| -rw-r--r-- | boot/catboot.c | 5 |
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!!"); +} |
