Skip to content

Commit

Permalink
Fix Ui
Browse files Browse the repository at this point in the history
  • Loading branch information
daryltay415 committed Mar 17, 2024
1 parent 8b1caa2 commit 8ff3ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/duke/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void printGreeting() {
"/ _ \\/ \\__/|/ \\ /|/ \\/__ __\\/ __\\/ _ \\/ \\ |\\/ __// \\ \n" +
"| / \\|| |\\/||| |\\ ||| | / \\ | \\/|| / \\|| | //| \\ | | \n" +
"| \\_/|| | ||| | \\||| | | | | /| |-||| \\// | /_ | |_/\\\n" +
"\\____/\\_/ \\|\\_/ \\|\\_/ \\_/ \\_/\\_\\\\_/ \\|\\__/ \\____\\\\____/) ");
"\\____/\\_/ \\|\\_/ \\|\\_/ \\_/ \\_/\\_\\\\_/ \\|\\__/ \\____\\\\____/)");
System.out.println("Hello");
System.out.println("How may I assist you?");
}
Expand Down

0 comments on commit 8ff3ab7

Please sign in to comment.