From 67bb27e9f5beec4d8ca0a6c29f045d5f23d6f40f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 28 Feb 2021 17:25:57 +0700 Subject: [lang] Reorganize language learning archive --- cpptour/helloworld.cc | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 cpptour/helloworld.cc (limited to 'cpptour/helloworld.cc') diff --git a/cpptour/helloworld.cc b/cpptour/helloworld.cc deleted file mode 100644 index 89a7f8a..0000000 --- a/cpptour/helloworld.cc +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int -main () -{ - std::cout << "Hello, World!" << std::endl; -} -- cgit 1.4.1