diff options
Diffstat (limited to 'hello-world.c')
-rw-r--r-- | hello-world.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/hello-world.c b/hello-world.c deleted file mode 100644 index fe975ed..0000000 --- a/hello-world.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Hello World. - * - * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com> - * - * This program is free software. It is licensed under version 3 of the - * GNU General Public License. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see [http://www.gnu.org/licenses/]. - */ - -#include <stdio.h> - -int main() { - printf("Hello World"); - getchar(); -} |