9 lines
77 B
C
Raw Normal View History

2012-03-28 01:13:14 +02:00
#include <stdio.h>
int
main(void)
{
printf("hello, world\n");
return 0;
}