You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {code}pendent/src/DartMain.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
importtools.Input;
3
3
4
4
publicclassDartMain {
5
-
privatestaticfinalStringWELCOME_MESSAGE = Input.EOL + Input.ANSI_BLUE + "Welcome to DART, your good old game rental system. The competition has no steam to keep up!" + Input.EOL;
5
+
privatestaticfinalStringWELCOME_MESSAGE = Input.EOL + Input.ANSI_BLUE + "Welcome to DART, your good ol' game rental system. The competition has no steam to keep up!" + Input.EOL;
0 commit comments