Inspiration
MLH LHD share Day 1
What it does
Hello World in Java
How we built it
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
Challenges we ran into
Learning Java basic syntax
What we learned
Learnt basic syntax of Java.

Log in or sign up for Devpost to join the conversation.