Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 216 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 216 Bytes

Advent of code 2022

Run

# yarn do <day> <part> <input-type>
yarn do 01 1 r

yarn do:watch 01 1 r

Input Type: r, R or real for real input otherwise test input

Test

yarn test --watch