Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justynhunter/gleam_aoc2015

Advent of Code 2015 in Gleam
https://github.com/justynhunter/gleam_aoc2015

advent-of-code advent-of-code-2015 advent-of-code-2015-gleam aoc-2015 aoc-2015-in-gleam gleam gleam-lang

Last synced: about 1 month ago
JSON representation

Advent of Code 2015 in Gleam

Awesome Lists containing this project

README

        

# aoc2015

Advent of Code 2015 in Gleam.

## Usage
```sh
gleam run day
```

## Development

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