Insert the missing part of the code below to output "Hello World".
public class MyClass {
public static void main(String[] args) {
@(6).@(3).@(7)("Hello World");
}
}
public class MyClass {
public static void main(String[] args) {
System.out.println("Hello World");
}
}