Files
retrobsd/share/example/chello.c
2014-04-09 14:27:18 +01:00

8 lines
77 B
C

#include <stdio.h>
int main()
{
printf ("Hello, C World!\n");
return 0;
}