commit 4
Some checks failed
First CI / build (push) Failing after 12s

This commit is contained in:
QwertyAvatar 2023-12-01 11:13:09 +01:00
parent 91b022a456
commit 6b1d2c4255

4
main.c
View File

@ -2,6 +2,6 @@
int main() int main()
{ {
printf("Halo, Welt!"); printf("Halo, Welt!");
return 0; return 0;
} }