summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/console/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/csharp/console/src')
-rw-r--r--tests/projects/csharp/console/src/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/csharp/console/src/Program.cs b/tests/projects/csharp/console/src/Program.cs
new file mode 100644
index 000000000..c7d5272d9
--- /dev/null
+++ b/tests/projects/csharp/console/src/Program.cs
@@ -0,0 +1,2 @@
+Console.WriteLine("hello xmake!");
+