Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 720 Bytes

adventofcode

My solutions for the Advent of Code events

There is a folder for each year that I have at least one solution in. Feel free to run whichever day using the appropriate language as specified in the details below.

[
    "Year 2019": {
        languages: "JavaScript (ES6) using NodeJS",
        participated: false,
        completed: false,
    },
    "Year 2020": {
        languages: "JavaScript (ES6) using NodeJS",
        participated: true,
        completed: true,
    }
]

TODO

  • Create a README within each year for any specific details during the year (e.g. afterthoughts, execution instructions, etc)
  • Make it easier to run any specific day (maybe npm scripts or a small node app?)