https://github.com/fuzetsu/advent_of_code_2024_gleam
https://github.com/fuzetsu/advent_of_code_2024_gleam
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuzetsu/advent_of_code_2024_gleam
- Owner: fuzetsu
- Created: 2024-12-04T16:56:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T15:56:31.000Z (over 1 year ago)
- Last Synced: 2025-07-14T18:09:46.994Z (11 months ago)
- Language: Gleam
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent_of_code_2024_gleam
Learning gleam through advent of code 2024!
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```