Test02.java 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 package test01; import java.util.*; public class Test01 { public static void main(String args[]) { System.out.println("This is new echo program"); System.out.println("if you click esc, it quit"); } }