From b01dcb775c98cc48abe65a91ef9bf093be875682 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 2 Mar 2026 23:52:25 +0800 Subject: improve template dirs --- xmake/templates/c++/module.binary/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 xmake/templates/c++/module.binary/src/main.cpp (limited to 'xmake/templates/c++/module.binary/src') 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 - -int main(int argc, char **argv) { - std::cout << "hello world!" << std::endl; - return 0; -} -- cgit v1.3.1