From 029688e143109344989b1529259e391822abb0aa Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 21 Jul 2019 03:21:00 +0700 Subject: [cpptour] Learn the basis --- cpptour/helloworld.cc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpptour/helloworld.cc (limited to 'cpptour/helloworld.cc') diff --git a/cpptour/helloworld.cc b/cpptour/helloworld.cc new file mode 100644 index 0000000..89a7f8a --- /dev/null +++ b/cpptour/helloworld.cc @@ -0,0 +1,7 @@ +#include + +int +main () +{ + std::cout << "Hello, World!" << std::endl; +} -- cgit 1.4.1