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

https://github.com/scorphus/advent-of-code-2024

✨ Solutions to Advent of Code 2024 🎄
https://github.com/scorphus/advent-of-code-2024

Last synced: 4 months ago
JSON representation

✨ Solutions to Advent of Code 2024 🎄

Awesome Lists containing this project

README

          

# aoc24

[![Package Version](https://img.shields.io/hexpm/v/aoc24)](https://hex.pm/packages/aoc24)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/aoc24/)

```sh
gleam add aoc24@1
```
```gleam
import aoc24

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```