Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mulias/roc-array2d
Fixed size 2D arrays for Roc
https://github.com/mulias/roc-array2d
roc-lang
Last synced: 3 months ago
JSON representation
Fixed size 2D arrays for Roc
- Host: GitHub
- URL: https://github.com/mulias/roc-array2d
- Owner: mulias
- License: isc
- Created: 2023-11-16T03:10:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T22:02:34.000Z (3 months ago)
- Last Synced: 2024-08-01T23:49:30.219Z (3 months ago)
- Topics: roc-lang
- Language: Roc
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - mulias/roc-array2d
README
# roc-array2d
Fixed size 2D arrays for [Roc](https://www.roc-lang.org/).
## Examples
- [Advent of Code 2022 day 5](examples/aoc_2022/day_05)
- [Advent of Code 2022 day 8](examples/aoc_2022/day_08)
- [Advent of Code 2022 day 14](examples/aoc_2022/day_14)