From 55a0f0e0647775a9d96fb92a4bb6f557a82dd749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=B2sweg?= Date: Sat, 29 Apr 2017 21:25:11 +0200 Subject: [PATCH] Unused file --- hello-world.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 hello-world.cpp diff --git a/hello-world.cpp b/hello-world.cpp deleted file mode 100644 index 9ddc49c..0000000 --- a/hello-world.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -using namespace std; - -int main(){ - cout << "Hello world!" << endl; - return 0; -}