Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brian14708/aoc2024
https://github.com/brian14708/aoc2024
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brian14708/aoc2024
- Owner: brian14708
- Created: 2024-12-01T03:27:14.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-12-01T05:58:06.000Z (22 days ago)
- Last Synced: 2024-12-01T06:41:28.004Z (22 days ago)
- Language: Gleam
- Size: 2.93 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
```