import java.lang.System; class SystemOutPrintln{ void method() { System.out.println("Hello World"); } }