summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/csharp/console/src/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/repository/templates/csharp/console/src/Program.cs')
-rw-r--r--xmake/repository/templates/csharp/console/src/Program.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmake/repository/templates/csharp/console/src/Program.cs b/xmake/repository/templates/csharp/console/src/Program.cs
deleted file mode 100644
index 5f75209cb..000000000
--- a/xmake/repository/templates/csharp/console/src/Program.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace ${TARGET_NAME};
-
-class Program {
- static void Main(string[] args) {
- Console.WriteLine("Hello, xmake!");
- }
-}