Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoracard authored Sep 13, 2023
1 parent 5f32987 commit 6ff7381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/25-Techno-beat/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Your code here


// Don't change anything bellow this line
// Don't change anything below this line
console.log(lyricsGenerator([0,0,1,1,0,0,0]))
console.log(lyricsGenerator([0,0,1,1,1,0,0,0]))
console.log(lyricsGenerator([0,0,0]))
Expand Down

0 comments on commit 6ff7381

Please sign in to comment.