pvjc26/a1/program.c
2026-02-17 15:03:14 +01:00

7 lines
112 B
C

#include <stdio.h>
// Tu môžte dopísať Vaše funkcie
int main(){
// Tu píšete program
return 0;
}