blob: f5726d72d4c131329e7c5ec37c4fdefede7e4f96 (
plain) (
blame)
1
2
3
4
5
6
7
|
//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
|