commit 2d7275b598b79bd54c270cccaa4ec70fd09adbff Author: va270fv Date: Tue Feb 17 14:57:48 2026 +0100 new diff --git a/a1/program.c b/a1/program.c new file mode 100644 index 0000000..700edc4 --- /dev/null +++ b/a1/program.c @@ -0,0 +1,7 @@ +// Definícia funkcií ktoré budete používať +#include +// Tu môžte dopísať Vaše funkcie +int main(){ + // Tu píšete program + return 0; +}