Code
class HelloWorld {
public static void main(string[] args) {
system.out.println("Hello World!!!");
}
}
Inspiration
MLH task
What it does
print Hello world on console
How I built it
Using java
Challenges I ran into
None whatsoever
Accomplishments that I'm proud of
Finally write a piece of java code
What I learned
Basic fundamentals of java
What's next for Hello, World in a New Language
It open my gateway to learn java which I had been delaying for a long time.

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