Skip to content

dvargas46/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?)

About

Solutions for Advent of Code (years participated)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published