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!");
}
}
starting with a new language
prints hello world
using java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Log in or sign up for Devpost to join the conversation.