https://github.com/simonkarman/advent-of-code-2023
Advent of Code 2023 in Rust
https://github.com/simonkarman/advent-of-code-2023
Last synced: about 2 months ago
JSON representation
Advent of Code 2023 in Rust
- Host: GitHub
- URL: https://github.com/simonkarman/advent-of-code-2023
- Owner: simonkarman
- Created: 2023-11-14T16:15:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T13:52:37.000Z (over 1 year ago)
- Last Synced: 2025-02-09T14:52:42.898Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
This repository contains the solutions to Advent of Code 2023 by [Simon Karman](https://www.simonkarman.nl). [Advent of Code](https://adventofcode.com/2023/leaderboard/private/view/718869) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.All the solutions in this repository are written using [Rust](https://www.rust-lang.org/).
> Disclaimer: This repository contains the answer to puzzles of Advent of Code 2023. If you don't want spoilers, then please don't look any further.
## Using cargo-aoc
This has been build using [cargo-aoc](https://github.com/gobanos/cargo-aoc).Use `cargo aoc` to run the puzzle of today, or run `cargo aoc -d {day} -p {part}` to run a specific day.
For more information find the documentation at [cargo-aoc](https://github.com/gobanos/cargo-aoc).