Skip to content

Commit 874ef21

Browse files
authored
Update Exercise01.java
Change Example to Exercise
1 parent addf044 commit 874ef21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter04/Exercise01/Exercise01.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.util.*;
22
import java.io.Console;
33

4-
public class Example01 {
4+
public class Exercise01 {
55
public static void main(String[] args) {
66
ArrayList <String> text = new ArrayList<>();
77
Console cons;

0 commit comments

Comments
 (0)