From 2b92838603384da58d43f3b1b82ce7a932eb505b Mon Sep 17 00:00:00 2001 From: dano Date: Thu, 19 Sep 2019 12:05:56 +0000 Subject: [PATCH] initial --- program.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 program.c diff --git a/program.c b/program.c new file mode 100644 index 0000000..60c6bef --- /dev/null +++ b/program.c @@ -0,0 +1,11 @@ +// Kostra prveho cvicenia USAA 2019 +#include +#include +#include + +#define LINE_SIZE 100 + +int main(){ + printf("Ahoj svet\n"); + return 0; +} \ No newline at end of file