2024 day 19 part 1 but it actually finishes executing in javascript

This commit is contained in:
tristan 2024-12-19 15:53:13 +00:00
parent 136d031345
commit 196cde6dcb
5 changed files with 27 additions and 12 deletions

View file

@ -1,8 +1,6 @@
const input = (await Bun.file(Bun.argv[2]).text()).trim()
// const input = "12345";
const files = [];
const spaces = [];