An open API service indexing awesome lists of open source software.

https://github.com/jonasschultheiss/adventofcode2021


https://github.com/jonasschultheiss/adventofcode2021

Last synced: 3 months ago
JSON representation

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