https://github.com/jlarky/aoc2024
Advent of Code 2024
https://github.com/jlarky/aoc2024
Last synced: 7 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T06:57:26.000Z (7 months ago)
- Last Synced: 2025-02-01T11:43:50.976Z (5 months ago)
- Language: Gleam
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2024
[](https://hex.pm/packages/aoc2024)
[](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"
```