push
This commit is contained in:
commit
8b8afaf8bc
6
a1/program.c
Normal file
6
a1/program.c
Normal file
@ -0,0 +1,6 @@
|
||||
#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