Add C compilation to CI and create main.c

This commit is contained in:
Nela-cat
2025-11-17 23:10:26 +01:00
parent 270e0fc404
commit ba9c534cd6
2 changed files with 15 additions and 2 deletions

5
main.c Normal file
View File

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