
class Fun {
public static void main(String argv[]) {
  System.out.println("Java is FUN!");
  }
}