exc/k&r/01-a-tutorial-introduction/01-01.c

7 lines
60 B
C

#include <stdio.h>
main()
{
printf("hello world\n");
}