demidko / aoc2023

Advent of Code 2023

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

The project is implemented as a set of tests. This is done for ease of development so that each task can be launched individually from the RustRover interface.

Usage

You need Rust installed:

cargo test -- --show-output

Please note that you may need to upload your own versions of the input files. Replace the .input files in this directory with your own input files.

About

Advent of Code 2023

https://adventofcode.com/2023

License:MIT License


Languages

Language:Rust 100.0%