2009-10-04 10:30:41 +03:00

6 lines
59 B
C

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