Your name 91047b5edd
Some checks failed
First CI / build (push) Failing after 13s
added .c files
2023-12-01 11:55:24 +01:00

5 lines
49 B
C

int main()
{
printf("Halo, Welt!");
return 0;
}