Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bombsimon/advent-of-code-2023

🎄 Advent of Code 2023
https://github.com/bombsimon/advent-of-code-2023

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

Last synced: 25 days ago
JSON representation

🎄 Advent of Code 2023

Awesome Lists containing this project

README

        

# Advent of Code 2023

Let's go, [Advent of Code](https://adventofcode.com) 2023!

## Test

```sh
# Test all days so far
› cargo test
```

## Execute

```sh
# Run a specific day
› carog run
```