mes/hello.c

6 lines
48 B
C
Raw Normal View History

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