czheo / aoc2022

Advent of Code 2022

Home Page:https://adventofcode.com/2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://adventofcode.com/2022

AoC 2022

Run with rustc 1.65.0

cargo run -p day_?? --bin part1 < input.txt

To start a new day

  1. Copy template: cp -r template day_??
  2. Add "day_??" in Cargo.toml in repo root
  3. Edit day_??/Cargo.toml with name = "day_??"

About

Advent of Code 2022

https://adventofcode.com/2022


Languages

Language:Rust 97.6%Language:Python 2.4%