summaryrefslogtreecommitdiffstats
path: root/gcj/Hello.java
blob: b7a10180b7a4cae444190d8731808b244af04427 (plain)
1
2
3
4
5
6

class Hello {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //Display the string.
    }
}