Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 565 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 565 Bytes

AOC-24 MalikAza

Installation / Dependencies

Python

Disclaimers:

pip install -r requirements.txt

Typescript

yarn
# or
npm install

Launching scripts

_Pre-requisite: Create input.txt inside of each folder day_<number> and then copy your input puzzle respectively._

Python

python runner.py <day_number>

Typescript

yarn solve <day_number>
# or
npm run solve 1