goetz-markgraf / aoc2023

Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

from Goetz Markgraf

This repo contains the solutions for the Advent of Code 2023 (https://adventofcode.com/2023).

It is written in Rust.

I use it to learn Rust so don't expect idiomatic code.

structure

For each day there is a module with the same name.

Each module has two public functions:

  • solve1
  • solve2 that are used from the main program.

In main.rs all solutions are executed and the execution time is measured.

About

Advent of Code 2023


Languages

Language:Rust 100.0%