''' class HelloWorld { public static void main(String[] args) { System.out.println("Hello world!"); } } '''
Just a hello world program, as I am starting with java just now!!
''' class HelloWorld { public static void main(String[] args) { System.out.println("Hello world!"); } } '''
Log in or sign up for Devpost to join the conversation.