kernel/ramdisk/test.c

3 lines
31 B
C
Raw Normal View History

int _start() {
return 42;
}