Skip to content

Commit

Permalink
-minor edits to Ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Dban1 committed Feb 4, 2020
1 parent b67b161 commit ba437ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/duke/ui/Ui.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package duke.ui;

import java.util.Scanner;
import duke.exception.DukeException;

import java.util.Scanner;

public class Ui {
private Scanner scan = new Scanner(System.in);
private String dukeLogo = " ____ _ \n" + "| _ \\ _ _| | _____ \n" + "| | | | | | | |/ / _ \\\n"
Expand Down

0 comments on commit ba437ae

Please sign in to comment.