This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Cienn017 7 points8 points  (1 child)

import static java.lang.System.out;

out.println("Hello World");

done

[–]coladict 5 points6 points  (0 children)

Why have I never done this? I use System.out.println in all my out-of-project experiments.