summaryrefslogtreecommitdiffstats
path: root/Program.cs
blob: 5dd49a970840a6856f42fd7e307b5ed906aab2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

class Program
{
    static void Main()
    {
        Console.WriteLine("Hello, CMake + C#!");
    }
}