summaryrefslogtreecommitdiffstats
path: root/Program.cs
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 19:39:10 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 19:39:10 +0200
commitbf63fc33e76773247523d5d973dd4639acb7371a (patch)
tree785e9487ee74f7fdcf67e8be8ca0d2a55d60abc0 /Program.cs
downloadcsharp-cmake-bf63fc33e76773247523d5d973dd4639acb7371a.tar.gz
csharp-cmake-bf63fc33e76773247523d5d973dd4639acb7371a.zip
first test
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs
new file mode 100644
index 0000000..5dd49a9
--- /dev/null
+++ b/Program.cs
@@ -0,0 +1,9 @@
+using System;
+
+class Program
+{
+ static void Main()
+ {
+ Console.WriteLine("Hello, CMake + C#!");
+ }
+}