Inspiration

The challenge on MLH Global Hack Week: Beginner's Week.

What it does

Prints "Hello, World!" when you run it.

code snippet:

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

Built With

Share this project:

Updates