Skip to content

Commit ce058c5

Browse files
committed
Update for loaction.
1 parent de67ae5 commit ce058c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{code}pendent/src/DartMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import tools.Input;
33

44
public class DartMain {
5-
private static final String WELCOME_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+
private static final String WELCOME_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;
66

77
public static void main(String[] args){
88
Input input = Input.getInstance();

0 commit comments

Comments
 (0)