Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jlarky/aoc2024

Advent of Code 2024
https://github.com/jlarky/aoc2024

Last synced: 20 days ago
JSON representation

Advent of Code 2024

Awesome Lists containing this project

README

        

# aoc2024

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

```sh
gleam add aoc2024@1
```
```gleam
import aoc2024

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
# https://github.com/air-verse/air
air --build.bin "gleam test" -build.include_ext "gleam" -build.cmd "true"
```