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

This commit is contained in:
Lokasty22 2024-11-26 13:57:08 +01:00
parent 40f25cb2a4
commit bb394f0dfe
2 changed files with 5 additions and 0 deletions

5
.gitea/workflows/main.c Normal file
View File

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

0
README.md Normal file
View File