summaryrefslogtreecommitdiffstats
path: root/test cases/csharp/2 library/prog.cs
blob: 8bf6a31360d35846e8d461041c3ee594e7a8b83b (plain)
1
2
3
4
5
6
7
8
using System;

public class Prog {
    static public void Main () {
        Helper h = new Helper();
        h.print();
    }
}