Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 296 Bytes

advent-of-code-2022

Advent of Code 2022

Random solutions and whatnot from AoC 2022

Setup

  • Installed Rust
  • Created new project for day e.g.:
        cargo new day-1
    
  • Run initial app
    cd day-1
    cargo run