namespace org.apache.maven.it { public class It0011 { public static void Main () { System.Console.Write("Hello World!"); new It0001(); } } }