Skip to content

Rust library containing solutions to the Advent of Code 2023 challenge

Notifications You must be signed in to change notification settings

artemis-beta/Advent-of-Code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Advent of Code 2023

This repository contains solutions to the challenges set as part of the Advent of Code 2023. The solutions have been created in the Rust programming language as a library.

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

Exercises

The tasks for each day can be found within the examples directory and make use of the aoc23 library:

cargo run --example day_3

Testing

Tests are based on the examples given within the exercises themselves.

cargo test

About

Rust library containing solutions to the Advent of Code 2023 challenge

Topics

Resources

Stars

Watchers

Forks

Languages