about summary refs log tree commit diff
path: root/boot/catboot.c
blob: a021a2b43ccd7ff8c1d1d08df473cc9fbc41ab9a (plain)
1
2
3
4
5
#include <stdio.h>

int main() {
    printf("hi meow!!");
}