https://github.com/scorphus/advent-of-code-2024
✨ Solutions to Advent of Code 2024 🎄
https://github.com/scorphus/advent-of-code-2024
Last synced: 4 months ago
JSON representation
✨ Solutions to Advent of Code 2024 🎄
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2024
- Owner: scorphus
- Created: 2024-12-02T23:25:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T22:11:17.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:14:19.737Z (over 1 year ago)
- Language: Gleam
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc24
[](https://hex.pm/packages/aoc24)
[](https://hexdocs.pm/aoc24/)
```sh
gleam add aoc24@1
```
```gleam
import aoc24
pub 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
```