Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 179 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 179 Bytes

2021 Advent of Code (Rust Edition)

To get working:

  • Save your input data as input.txt within the day's folder.
  • Compile with rustc [name].rs
  • Run with ./[name].exe