ADD: main.c , UPD: ci.yml
Some checks failed
First CI / build (push) Failing after 21s

This commit is contained in:
holek363
2025-11-20 13:12:26 +01:00
parent 8454f89ce1
commit 892cfd81c5
2 changed files with 10 additions and 2 deletions

7
main.c Normal file
View File

@@ -0,0 +1,7 @@
#include stdio.h
int main()
{
printf("Halo, Welt!");
return 0;
}