5 lines
82 B
Java
5 lines
82 B
Java
class SystemOutPrintln{
|
|
void method() {
|
|
System.out.println("Hello World");
|
|
}
|
|
} |