Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mminer/aoc2023

Advent of Code 2023 solutions.
https://github.com/mminer/aoc2023

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

Last synced: about 2 months ago
JSON representation

Advent of Code 2023 solutions.

Awesome Lists containing this project

README

        

# Advent of Code 2023

My solutions for [Advent of Code 2023](https://adventofcode.com). Using Rust for
the learning opportunity.

```sh
rustc day01.rs && ./day01 < input
```

To run tests:

```sh
rustc --test day01.rs && ./day01
```