//Removed the cancer bloat at the top, why do you need imported packages for a hello world? class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } } //By msglm; Licensed under the AGPL v3