2025-10-25 15:40:19 +02:00

7 lines
77 B
C

#include <stdio.h>
int main()
{
printf("Hello world\n");
return 0;
}