Test01.java 163 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 package test01; import java.util.*; public class Test01 { public static void main(String args[]) { System.out.println("This is echo program"); } }