blob: 8bf6a31360d35846e8d461041c3ee594e7a8b83b [file] [log] [blame]
using System;
public class Prog {
static public void Main () {
Helper h = new Helper();
h.print();
}
}