From cd4d403e39e4abbc87a95105e4ebccf737623338 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 3 Nov 2015 16:41:15 +0100 Subject: Initial Commit. Still full of bugs, and not very pretty. --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..5f5419b --- /dev/null +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello World!" << endl; + return 0; +} + -- cgit v1.2.3