summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/csharp/static/src/main.cs
blob: c2e4eb2fd3e486f2455ec8febe5026e213f1616a (plain)
1
2
3
4
5
6
7
using System;

class Program {
    static void Main(string[] args) {
        Console.WriteLine("add(1, 2) = {0}", Foo.Foo.Add(1, 2));
    }
}