new
This commit is contained in:
commit
2d7275b598
7
a1/program.c
Normal file
7
a1/program.c
Normal file
@ -0,0 +1,7 @@
|
||||
// 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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user