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