hello-world
hello-world copied to clipboard
HELLO WORLD
class HelloWorld { public static void main(String args[]) { System.out.println("My Second code"); } }