What it does
Shows, "Hello, World!"
// Your First Program
class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
I have no idea on how to submit this, I'm new to coding and all of this. Have mercy!
Used Java for the first time to say "Hello, New World."
Shows, "Hello, World!"
// Your First Program
class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
I have no idea on how to submit this, I'm new to coding and all of this. Have mercy!
Log in or sign up for Devpost to join the conversation.