update main.c add include stdio.h
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
alexkrdb 2023-11-21 16:22:28 +01:00
parent f388e9b07f
commit 675619616d

2
main.c
View File

@ -1,3 +1,5 @@
#include <stdio.h>
int main()
{
printf("Halo, Welt!");