Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -4,5 +4,6 @@ import java.util.*; | ... | @@ -4,5 +4,6 @@ import java.util.*; |
| 4 | public class Test01 { | 4 | public class Test01 { |
| 5 | public static void main(String args[]) { | 5 | public static void main(String args[]) { |
| 6 | System.out.println("This is new echo program"); | 6 | System.out.println("This is new echo program"); |
| 7 | + System.out.println("if you click esc, it quit"); | ||
| 7 | } | 8 | } |
| 8 | } | 9 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment