Skip to content

Commit

Permalink
move song.txt to examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Sep 17, 2023
1 parent 6b784d5 commit d4295cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/examples/SongCloud.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void main(String[] args) throws IOException {
new FrameCounter().line(() -> String.format("Animations: %d", canvas.animations.size())).attach();
canvas.setTitle("Song Cloud");

var rawSong = Files.readString(Path.of("song.txt"));
var rawSong = Files.readString(Path.of("src/test/java/examples/song.txt"));

var out = new HashMap<String, Integer>();
var words = new ArrayList<String>();
Expand Down
File renamed without changes.

0 comments on commit d4295cc

Please sign in to comment.