Java: Hello World

Tim Bernhard

JavaHello World

This post is old. Codes, opinions and facts could be outdated.

Help to fix potential errors: GitHub

    // helloWorld.java
    package ch.genieblog.halloWelt;

    public class HalloWelt {

        public static void main(String[] args) {
            System.out.println("Hello World!");
        }
    }
Webmentions

No webmentions found for this page.