Inspiration

What it does

prints hello world

How we built it

using java

What's next for hello world in a new language

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

Built With

Share this project:

Updates