1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-07-17 07:20:11 +02:00
My solutions for the Advent of Code 2023, implemented in the Rust Programming Language. https://adventofcode.com/2023
Go to file
2023-12-08 18:29:39 +01:00
.github/workflows ci: add automated tests/linting/format 2023-12-01 17:26:01 +01:00
day_1 refactor: day 1 to separate lib and main 2023-12-02 23:50:07 +01:00
day_2 feat: add day 2 2023-12-02 23:51:05 +01:00
day_3 feat: add day 3 - part 2 2023-12-08 18:29:27 +01:00
day_4 feat: add day 4 2023-12-08 18:29:39 +01:00
.editorconfig refactor: day 1 to separate lib and main 2023-12-02 23:50:07 +01:00
.gitattributes ci: add automated tests/linting/format 2023-12-01 17:26:01 +01:00
.gitignore ci: add automated tests/linting/format 2023-12-01 17:26:01 +01:00
Cargo.lock feat: add day 4 2023-12-08 18:29:39 +01:00
Cargo.toml feat: add day 4 2023-12-08 18:29:39 +01:00
LICENSE chore: initial commit 2023-12-01 12:44:47 +01:00
README.md ci: add automated tests/linting/format 2023-12-01 17:26:01 +01:00

Advent of Code 2023

About

This repository contains my solutions for the Advent of Code 2023 challenges implemented in the Rust Programming Language v1.74.0.

# Run the tests (input examples)
cargo test

# Run a specific day's challenge (e.g. Day 1)
cargo run --package day_1

License

MIT