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