Files
retrobsd/share/lccom/hello.c
2015-03-21 14:11:41 -07:00

7 lines
54 B
C

int main()
{
write(1,"hello\n",6);
exit(1);
}