Advent of Code 2024 with the Bun Javascript runtime: https://bun.sh/
- Create
secret.jsin the root directory withexport const session = <TOKEN>as contents. - Run
bun run make <day_number> - This command creates a directory for the current day, downloads the input file, and copies files from
template.