https://github.com/perchunpak/advent-of-code-2024
decided to learn gleam
https://github.com/perchunpak/advent-of-code-2024
Last synced: 6 months ago
JSON representation
decided to learn gleam
- Host: GitHub
- URL: https://github.com/perchunpak/advent-of-code-2024
- Owner: PerchunPak
- License: mit
- Created: 2024-12-02T04:26:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:15:29.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:28:00.381Z (over 1 year ago)
- Language: Gleam
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024
My solutions for [Advent of Code 2024](https://adventofcode.com/2024) using [Gleam](https://gleam.run/)
```sh
gleam test # Run the tests
```