commit 7982379fa9968caa0f47698d0866a7615c90057e Author: an154gf Date: Thu Feb 13 14:02:57 2025 +0100 inicializacia 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; +} + +