Files
ack/plat/nes/libsys/hello.c

5 lines
32 B
C

int hello(void)
{
return 42;
}