From 58604d0a59a161b92f9609ce48e81ea456020afe Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 16 Oct 2019 16:45:35 +0200 Subject: [PATCH] remove hello world main --- main.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.cpp diff --git a/main.cpp b/main.cpp deleted file mode 100644 index f253cbe..0000000 --- a/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