novara754 / aoc-2022

My solutions for Advent of Code 2022 in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 🎄

This repo contains my solutions for the Advent of Code 2022.

Puzzle inputs are placed in the inputs/ directory, one file per day named as follows: dayX.txt, where X is the day number (1-24).

Completion List

  • Day 1
  • Day 2
  • Day 3
  • Day 4
  • Day 5
  • Day 6
  • Day 7
  • Day 8
  • Day 9
  • Day 10
  • Day 11
  • Day 12
  • Day 13
  • Day 14
  • Day 15
  • Day 16
  • Day 17
  • Day 18
  • Day 19
  • Day 20
  • Day 21
  • Day 22
  • Day 23
  • Day 24
  • Day 25

License

Licensed under the BSD 3-Clause License.

About

My solutions for Advent of Code 2022 in Rust

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%