From 288a24d51b9d17e03169acfa9e936a995e91c6fa Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Tue, 4 Jan 2011 00:42:41 +0100 Subject: Added cmake build system and directory structure --- src/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main.c (limited to 'src') diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..d7b2613 --- /dev/null +++ b/src/main.c @@ -0,0 +1,8 @@ +#include +#include + +int main(int argc, char **argv) +{ + printf("oxen\n"); + return EXIT_SUCCESS; +} -- cgit v1.2.3