I just went through first level and wrote below program as requested : import java.io.*; public class Solution { public static void main(String[] args) { System.out.println("Amigo is very smart"); } } This program worked on my local system not on this site. Can anybody please explain what is missing here?