From 2d7275b598b79bd54c270cccaa4ec70fd09adbff Mon Sep 17 00:00:00 2001 From: va270fv Date: Tue, 17 Feb 2026 14:57:48 +0100 Subject: [PATCH] new --- a1/program.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 a1/program.c 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; +}