Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jlarky/aoc2024
- Owner: JLarky
- Created: 2024-12-02T01:45:39.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-02T02:39:34.000Z (24 days ago)
- Last Synced: 2024-12-02T03:23:38.397Z (24 days 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
[![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 aoc2024pub 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"
```