added main.c
Some checks failed
First CI / build (push) Failing after 15s

This commit is contained in:
Student Politechniki
2025-11-21 13:26:27 +01:00
parent 833a34c85b
commit 70b5b2bd72
2 changed files with 8 additions and 2 deletions

5
main.c Normal file
View File

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