Skip to content

Commit

Permalink
Change the Path of dude.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronxujiachen committed Oct 5, 2023
1 parent a1189ae commit c7dbfd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions data/dude.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/dude/Dude.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public void run() {
* @param args Command-line arguments (not used in this application).
*/
public static void main(String[] args) {
new Dude("data/dude.txt").run();
new Dude("dude.txt").run();
}
}

0 comments on commit c7dbfd9

Please sign in to comment.