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

https://github.com/art049/aoc24


https://github.com/art049/aoc24

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rust AOC24

[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/art049/AoC24)

Advent of Code 2024

## Usage

Running a solution:

```bash
cargo run --bin dayXX
```

## Creating a new solution

```bash
./newday.sh XX
```