Files
blankos/kmain.c
2024-05-19 14:31:10 +02:00

8 lines
85 B
C

#include "stdio.h"
int kmain(int retvalue)
{
write("hello");
return retvalue;
}