From cb14430de20c8d5230e0649e2da12bf1943adbb5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 4 Sep 2015 08:45:52 -0400 Subject: Added hello world --- src/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.cpp (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..cd3f624 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,7 @@ +#include +#include + +int main(int argc,char **argv){ + puts("Hello, world!"); + return 0; +} -- cgit v1.2.3