From aaf6eccb872e925c47b1ee2d9d1e3c384f6d18d8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Feb 2016 14:51:33 +0200 Subject: Initial implementation --- hello.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.cpp (limited to 'hello.cpp') diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..0dde4c9 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include + +int main () +{ + std::cout << "Hello, World!" << std::endl; +} -- cgit v1.1