Skip to content

Rust & Python solutions for the 2023 Advent of Code

License

Notifications You must be signed in to change notification settings

Tom-the-Bomb/aoc-2023

Repository files navigation

🎄🎄 Advent of Code 2023 🎄🎄

Solutions in Python 3 🐍 and Rust 🦀

Usage

  • ./run [day] - Executes python solutions
    • found in /aoc-py/solutions/day--.py
    • if day is not provided, it executes all solutions
  • ./runrs [day] - Executes rust solutions
    • found in /src/bin/day--.rs
    • if day is not provided, it executes all solutions

Only the python solutions are well documented

About

Rust & Python solutions for the 2023 Advent of Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published