Opis zmian zad2.1
All checks were successful
First CI / build (push) Successful in 25s

This commit is contained in:
Kowal
2025-11-20 15:03:07 +01:00
parent e02edacffc
commit 315c477ee3
2 changed files with 0 additions and 1 deletions

7
main.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("Halo, Welt!");
return 0;
}