Skip to content

Commit

Permalink
minconsole
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnkunstman committed Dec 1, 2023
1 parent 72a40aa commit bfb782b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion day1/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ fetch("./input2.txt")
d = d.replaceAll("seven", "s7n");
d = d.replaceAll("eight", "e8t");
d = d.replaceAll("nine", "n9e");
console.log(d);
result(d);
});
let result = (input) => {
Expand Down

0 comments on commit bfb782b

Please sign in to comment.