https://github.com/deciduously/aoc2023
Advent of Code 2023 - Gleam
https://github.com/deciduously/aoc2023
Last synced: about 1 year ago
JSON representation
Advent of Code 2023 - Gleam
- Host: GitHub
- URL: https://github.com/deciduously/aoc2023
- Owner: deciduously
- Created: 2024-02-10T17:54:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T18:44:31.000Z (over 2 years ago)
- Last Synced: 2025-04-01T14:18:59.162Z (about 1 year ago)
- Language: Gleam
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2023
[](https://hex.pm/packages/aoc2023)
[](https://hexdocs.pm/aoc2023/)
```sh
gleam add aoc2023
```
```gleam
import aoc2023
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
gleam shell # Run an Erlang shell
```