prints hello world in java
Built using java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
"Daily Challenges"
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Log in or sign up for Devpost to join the conversation.