Skip to content

Kazeheki/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2022

This repository contains my solutions to the advent of code of 2022.

Developer setup

This year, I've written the solutions in Rust.

⚠️ I'm using AoC to learn Rust. My solutions might be unnecessarily complicated.

To run a solution use the following command:

cargo run -- --day [day number]

The daily input I got is stored in the folder input. If you want to try the solutions with your input, simply switch out the contents of the file in that folder.

The input files have to follow the format: dd.txt. So the first of December would be 01.txt for example.

Todo

  • 01.12.2022
  • 02.12.2022
  • 03.12.2022
  • 04.12.2022
  • 05.12.2022
  • 06.12.2022
  • 07.12.2022
  • 08.12.2022
  • 09.12.2022
  • 10.12.2022
  • 11.12.2022
  • 12.12.2022
  • 13.12.2022
  • 14.12.2022
  • 15.12.2022
  • 16.12.2022
  • 17.12.2022
  • 18.12.2022
  • 19.12.2022
  • 20.12.2022
  • 21.12.2022
  • 22.12.2022
  • 23.12.2022
  • 24.12.2022