commit 8b8afaf8bc9fb7c80e9a1fa523fc803b02be37a8 Author: mk570rp Date: Tue Feb 17 15:03:14 2026 +0100 push diff --git a/a1/program.c b/a1/program.c new file mode 100644 index 0000000..4862fd5 --- /dev/null +++ b/a1/program.c @@ -0,0 +1,6 @@ +#include +// Tu môžte dopísať Vaše funkcie +int main(){ + // Tu píšete program + return 0; +}