hello-world/hello.c

5 lines
38 B
C

main()
{
printf("hello, world\n");
}