mes/hello.c
2016-07-26 07:30:53 +02:00

6 lines
48 B
C

int main ()
{
puts ("HALLO\n");
return 0;
}