Files
blankos/kmain.c

8 lines
110 B
C

#include "stdio.h"
int kmain(int retvalue)
{
putchar(0, 'A', FB_GREEN, FB_DARK_GREY);
return retvalue;
}