JavaPatternMatching/test/bytecode/SystemOutPrintln.jav

5 lines
82 B
Plaintext
Raw Normal View History

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