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

This commit is contained in:
rafals123 2024-11-25 10:37:07 +01:00
parent 9d31531256
commit 866b01b71e

5
main.c Normal file
View File

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