From 0b694d89cefae8e8ca3422bbdbfbca4d5920ac4b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 15 Apr 2015 12:56:54 -0300 Subject: initial structure --- src/main.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..f989f62 --- /dev/null +++ b/src/main.c @@ -0,0 +1,21 @@ +/* + * blogc: A blog compiler. + * Copyright (C) 2015 Rafael G. Martins + * + * This program can be distributed under the terms of the BSD License. + * See the file COPYING. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif /* HAVE_CONFIG_H */ + +#include + + +int +main(int argc, char **argv) +{ + printf("Hello, World!\n"); + return 0; +} -- cgit v1.2.3-18-g5258