summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/shared/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/templates/c++/shared/src/main.cpp')
-rw-r--r--xmake/templates/c++/shared/src/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/templates/c++/shared/src/main.cpp b/xmake/templates/c++/shared/src/main.cpp
deleted file mode 100644
index 3834ee4d3..000000000
--- a/xmake/templates/c++/shared/src/main.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "foo.h"
-#include <iostream>
-
-int main(int argc, char **argv) {
- std::cout << "add(1, 2) = " << add(1, 2) << std::endl;
- return 0;
-}