Input
Output
public class Singlecomment { public static void main(String[] args) { //Simple Program - Single Line Comments System.out.println("Hello World"); } }