aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index da92ead..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <iostream>
-
-using namespace std;
-
-int main() {
- cout << "Hello World!" << endl;
-}