JavaPatternMatching/test/bytecode/SystemOutPrintln.jav

7 lines
108 B
Plaintext
Raw Normal View History

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