Added missing import in main.c
Some checks are pending
First CI / build (push) Waiting to run

This commit is contained in:
2025-12-08 14:41:33 +01:00
parent 673ab64e7e
commit 080137389b

2
main.c
View File

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