Inspiration
Just for fun
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
hello world in new language
Just for fun
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Log in or sign up for Devpost to join the conversation.