LagsKing 011a1a895f
Some checks failed
First CI / build (push) Failing after 11s
added main.c
2023-11-21 18:17:56 +01:00

5 lines
49 B
C

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