diff --git a/.gitignore b/.gitignore index 7440bb0..d24f423 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ *.swo .DS_Store +ucastnici/26.4.2018/a.out # https://github.com/github/gitignore diff --git a/ucastnici/26.4.2018/main.c b/ucastnici/26.4.2018/main.c new file mode 100644 index 0000000..6ec388a --- /dev/null +++ b/ucastnici/26.4.2018/main.c @@ -0,0 +1,7 @@ +#include +int main() +{ + // printf() displays the string inside quotation + printf("Hello, World!"); + return 0; +} \ No newline at end of file