From 20740c7acc81f34c49bca508c5d83357d02e48be Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 1 Jul 2018 19:23:02 +0200 Subject: Initial --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..8bb47f1 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main(int argc, char **argv) { + std::cout << "Hello, world!" << std::endl; + return 0; +} -- cgit v1.2.3-54-g00ecf