From d8f6644b3c44372269a83a14f9e561ef91cf88a1 Mon Sep 17 00:00:00 2001 From: Jack Yu <455501914@qq.com> Date: Fri, 22 Jun 2018 00:24:50 +0800 Subject: [PATCH] Delete main.cpp --- Prj-Linux/main.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Prj-Linux/main.cpp diff --git a/Prj-Linux/main.cpp b/Prj-Linux/main.cpp deleted file mode 100644 index f253cbe..0000000 --- a/Prj-Linux/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main() { - std::cout << "Hello, World!" << std::endl; - return 0; -} \ No newline at end of file