korreman / aoc2023

Solutions to Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

To run solutions, put the inputs in data/<PROFILE>/inputs/day01.txt, .../day02.txt, etc.

To test solutions on a set of answers, place those answers in data/<PROFILE>/answers/day01.txt, .../day02.txt, etc. The file must contain both answers, separated by two newlines. Example:

20349257

DJGF8ASH

About

Solutions to Advent of Code 2023


Languages

Language:Rust 100.0%