diff options
Diffstat (limited to 'hello/Program.cs')
| -rw-r--r-- | hello/Program.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hello/Program.cs b/hello/Program.cs new file mode 100644 index 0000000..33e286c --- /dev/null +++ b/hello/Program.cs @@ -0,0 +1,10 @@ +using System; + +class Program +{ + static void Main() + { + Console.WriteLine("Hello, CMake + C#!"); + FooBar.Print(); + } +} |
