z3
Some checks failed
First CI / build (push) Failing after 12s

This commit is contained in:
vladyslav-crunch
2025-11-21 11:50:08 +01:00
parent 6ff1ab71ab
commit da4e887a48
2 changed files with 10 additions and 12 deletions

5
main.c Normal file
View File

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