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