The idea of this repository is to track my completion on the Advent of codes. I started in 2021 and will go backwards (when I have time 😀 )
No need to build in python so let's run directly
To init a new day run: ./pyaoc init <year> <day>
where <year>
is the year and <day>
is the day you want to initialize the script for like : ./pyaoc init 2022 13
To test a specific day: ./pyaoc test <year> <day>
where <year>
is the year and <day>
is the day you want to test the script for like : ./pyaoc run 2022 13
Reminder : input of the test goes into the input_test.txt file of each folder
First install dependencies: yarn install
To build the scripts only : make build year=<year>
where <year>
is the year you want to build for like : make build year=2021
To build AND watch the scripts : make watch year=<year>
where <year>
is the year you want to build for like : make watch year=2021
To init a new day run: ./aoc init <year> <day>
where <year>
is the year and <day>
is the day you want to initialize the script for like : ./aoc init 2021 13
To run a specific day: ./aoc run <year> <day>
where <year>
is the year and <day>
is the day you want to run the script for like : ./aoc run 2021 13
- 2024 - Python - 50 stars
- 2023 - Python - 50 stars
- 2022 - Python - 50 stars
- 2021 - Typescript - 39 stars
- 2020 - Typescript - 50 stars
- 2019 - Python - 39 stars
- 2018 - 0 stars
- 2017 - 0 stars
- 2016 - Python - 50 stars
- 2015 - Typescript - 47 stars