Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justynhunter/gleam_aoc2015
- Owner: justynhunter
- Created: 2024-07-14T19:06:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T04:27:02.000Z (6 months ago)
- Last Synced: 2024-11-08T23:14:54.770Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2015-gleam, aoc-2015, aoc-2015-in-gleam, gleam, gleam-lang
- Language: Gleam
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```