diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 7 |
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; -} |