summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/module/binary/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/templates/c++/module/binary/src/main.cpp')
-rw-r--r--xmake/templates/c++/module/binary/src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/templates/c++/module/binary/src/main.cpp b/xmake/templates/c++/module/binary/src/main.cpp
deleted file mode 100644
index 9b6abffea..000000000
--- a/xmake/templates/c++/module/binary/src/main.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <iostream>
-
-int main(int argc, char **argv) {
- std::cout << "hello world!" << std::endl;
- return 0;
-}