9 lines
83 B
C
Raw Normal View History

2012-11-26 23:48:22 +02:00
#include <stdio.h>
int main()
{
printf( "Hello\n" );
return 0;
}