Dodanie #include <stdio.h> w main.c
All checks were successful
First CI / build (push) Successful in 7s

This commit is contained in:
Aleksandra Olejarz 2024-11-26 14:00:10 +01:00
parent b3b453038d
commit 3bdec0ea6e

2
main.c
View File

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