Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvlootman/aoc2024
https://github.com/mvlootman/aoc2024
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvlootman/aoc2024
- Owner: mvlootman
- Created: 2024-12-01T11:22:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T11:58:25.000Z (about 2 months ago)
- Last Synced: 2024-12-01T12:36:26.935Z (about 2 months ago)
- Language: Gleam
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2024
Solving Advent of Code 2024 using Gleam!## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```