From 08365e5558d800e108b2d377cf6c03397d1ff2c2 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Tue, 19 May 2015 19:56:41 +0200 Subject: Initial commit --- 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..9aeccde --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + std::cout << "Hello world" << std::endl; + return 0; +} -- cgit v1.2.3