박민근

echoprogram

1 +package test01;
2 +import java.util.*;
3 +
4 +public class Test01 {
5 + public static void main(String args[]) {
6 + System.out.println("This is echo program");
7 + }
8 +}
...\ No newline at end of file ...\ No newline at end of file