/**
* Java Online Compiler
* Use this editor to write, compile and run your java program
*/
public class HelloWorld {
public static void main(String[] args) {
// Write your code inside main method.
System.out.println("Hello, World!");
}
}