aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-07-23 23:13:55 +0200
committerJulian T <julian@jtle.dk>2020-07-23 23:13:55 +0200
commit18960c4b88ce912e08b12182b835a7de75388b78 (patch)
treefd3994dc07a07298824521000bde1683461e5262 /main.cpp
parent13a7b10ab0efa82a24187cdfb2cf2a55691568f0 (diff)
New project structure
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;
-}