diff options
Diffstat (limited to 'Program.cs')
| -rw-r--r-- | Program.cs | 9 |
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#!"); + } +} |
