main.c code
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
PewkaP 2024-11-22 13:39:13 +01:00
parent 07e2111c25
commit bbade45f5d

5
main.c
View File

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