Skip to content

psio3123/aocnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Harald Bucher
Dec 15, 2024
ab2b0bb · Dec 15, 2024

History

10 Commits
Dec 15, 2024
Dec 4, 2024
Dec 8, 2024
Dec 8, 2024
Dec 8, 2024
Dec 8, 2024
Dec 14, 2024
Dec 14, 2024
Dec 14, 2024
Dec 15, 2024
Dec 8, 2024
Dec 4, 2024
Dec 15, 2024
Dec 15, 2024
Dec 4, 2024
Dec 14, 2024
Dec 4, 2024

Repository files navigation

AdventOfCode with NodeJS, v1.8

My AdventOfCode learning NodeJS

Prep

  • Login to AoC
  • save cookie string into secrets.js (copy secrets_example.js if not present)

Howto use

  • edit index.js to match current year and day (constants and file)
  • create sub-folder for year and day and copy solution.js from template folder
  • start coding the part1 and part2
  • run "npm run main" or "node index.js"

prep new solution

npm run new 2024_5

then edit index.js: settings and import

Reference

About

AdventOfCode with Node and JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published