Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)