Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion GITLab3/src/TravelDestination.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public static void main(String[] args) {
System.out.println("My name is Daniel rodriguez. I want to be able to visit Ukraine some day.");
System.out.println("My name is Jacob Rahimi. I want to travel to Australia one day !");
System.out.println("My name is Aren Ramirez. I wish to travel to Japan one day !");
System.out.println("My name is sumit kharga. I wish to travel England one day !");
System.out.println("My name is Paul Carrizales. I wish to travel to Germany one day !");
System.out.println("My name is sumit kharga. I wish to travel England one day !");
System.out.println("My name is Angel Galicia. I want to travel to Italy one day. ");
System.out.println("My name is Ayrton Bello Nanez. I wish to travel to Iceland one day !");
}
Expand Down