import java.io.*; public class Test10001{ public static void main (String[] args) { System.out.println("Programming in java is fun!"); } }