mes/main.c
2016-08-14 09:06:09 +02:00

7 lines
78 B
C

int main ()
{
puts ("Hi Mes!\n");
puts ("Hello, world!\n");
return 1;
}