added #include
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
magda 2023-11-21 16:56:23 +01:00
parent a23ed6e8c0
commit a52951c654

2
main.c
View File

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