Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 315 Bytes

Advent of Code 2020

My solutions for Advent Of Code 2020, written in Rust and JavaScript.

To run the code for day XX in Rust:

cargo run XX [input_file]

In JavaScript:

npm run day XX [input_file]

In both cases, input_file defaults to src/dayXX/input.