From 5f5daf64c504e1103a355f45bf925a5149b03e24 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Aug 2026 18:06:16 +0800 Subject: move templates dir --- xmake/templates/csharp/console/src/Program.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xmake/templates/csharp/console/src/Program.cs (limited to 'xmake/templates/csharp/console/src/Program.cs') diff --git a/xmake/templates/csharp/console/src/Program.cs b/xmake/templates/csharp/console/src/Program.cs new file mode 100644 index 000000000..5f75209cb --- /dev/null +++ b/xmake/templates/csharp/console/src/Program.cs @@ -0,0 +1,9 @@ +using System; + +namespace ${TARGET_NAME}; + +class Program { + static void Main(string[] args) { + Console.WriteLine("Hello, xmake!"); + } +} -- cgit v1.3.1