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!");
}
}
A simple "Hello, world!" written in java.
The challenge on MLH Global Hack Week: Beginner's Week.
Prints "Hello, World!" when you run it.
code snippet:
class HelloWorld{
public static void main(String[] args){
System.out.println("Hello, World!");
}
}
Log in or sign up for Devpost to join the conversation.