From 7982379fa9968caa0f47698d0866a7615c90057e Mon Sep 17 00:00:00 2001 From: an154gf Date: Thu, 13 Feb 2025 14:02:57 +0100 Subject: [PATCH] inicializacia --- a1/program.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 a1/program.c diff --git a/a1/program.c b/a1/program.c new file mode 100644 index 0000000..e87ed19 --- /dev/null +++ b/a1/program.c @@ -0,0 +1,8 @@ +#include +// Tu môžte dopísať Vaše funkcie +int main(){ + // Tu píšete program + return 0; +} + +