added lib stdio.h
All checks were successful
First CI / build (push) Successful in 11s

This commit is contained in:
2023-11-21 18:19:43 +01:00
parent 011a1a895f
commit be2a10007f

View File

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