c
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
mjakmisia
2025-11-20 13:34:18 +01:00
parent 96ee323cf0
commit 84fbb1fe5f

7
main.c Normal file
View File

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