This commit is contained in:
Vadym Afanasiev 2026-02-17 14:57:48 +01:00
commit 2d7275b598

7
a1/program.c Normal file
View File

@ -0,0 +1,7 @@
// Definícia funkcií ktoré budete používať
#include <stdio.h>
// Tu môžte dopísať Vaše funkcie
int main(){
// Tu píšete program
return 0;
}