using System; public class HelloExample { public static void Main (String[] args) { var h = new Hello.Hello (); h.PrintHello (); } }