blob: f6dcc2492c23a34342fbe47e66c9cd754d8c094d [file] [log] [blame]
namespace org.apache.maven.it {
public class It0013 {
public static void Main () {
System.Console.Write("Hello World!");
new It0012();
}
}
}