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

https://github.com/nicklayb/advent_of_code_2024_part2

Part 2 of the advent of code, in Gleam
https://github.com/nicklayb/advent_of_code_2024_part2

Last synced: 5 months ago
JSON representation

Part 2 of the advent of code, in Gleam

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
```