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

View File

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