0
3
GSGerald Schandl
The code above prints "hello world" on the console.
0 Comments
public void doSomething() { // print hello world System.out.println("hello world"); }