https://github.com/jonasschultheiss/adventofcode2021
https://github.com/jonasschultheiss/adventofcode2021
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasschultheiss/adventofcode2021
- Owner: jonasschultheiss
- Created: 2021-12-01T09:07:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T12:06:46.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:34:15.908Z (5 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2021
## Install dependency (commander)
`yarn`
## How to run
`yarn start -d `
or
`yarn start --day `
## Misc
- Folder "0" is the template folder.
- index exports the function `solve`, with calls the functions `partOne` and `partTwo`.
- input.js exports all input needed, so a user doesnt have to manually provide the input