Fix: Dodanie biblioteki stdio.h
All checks were successful
First CI / build (push) Successful in 11s

This commit is contained in:
Liliia Hurko
2025-11-21 13:37:00 +01:00
parent 2bae109462
commit b47b82c893

2
main.c
View File

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