Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreas-bauer/advent-of-code-2023

Advent of Code 2023 using Rust
https://github.com/andreas-bauer/advent-of-code-2023

advent-of-code advent-of-code-2023 advent-of-code-2023-rust aoc

Last synced: 22 days ago
JSON representation

Advent of Code 2023 using Rust

Awesome Lists containing this project

README

        


Advent of Code

let year: u32 = 2023;

[Advent of Code](https://adventofcode.com/) offers a series of programming puzzles as an advent calendar, with a new puzzle being revealed every day leading up to Christmas.

In this repository, I present my solutions to these puzzles using Rust.

## Build and Run

Use `cargo` to build and run the solution for a specific day.

```
cargo run --bin day01
```