mes/hello.c

6 lines
48 B
C

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