pvjc26/a1/program.c
2026-02-17 14:57:48 +01:00

8 lines
161 B
C

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