Zadanie 2: Poprawka - dodanie #include <stdio.h>
Some checks are pending
First CI / build (push) Waiting to run

This commit is contained in:
Patryk Nowacki
2025-12-16 09:31:55 +01:00
parent 7adea3b584
commit 37b12d05ee

2
main.c
View File

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