/advent-of-code-2021

A perfect opportunity to start using Rust

Primary LanguageRust

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