Write a statement that prints Hello, world to the screen.

LANGUAGE: JAVA

CHALLENGE:

Write a statement that prints Hello, world to the screen.

SOLUTION:

System.out.println("Hello, world");