all repos

gbf @ e16a0c816cbe2089d8f55501e4c909e0dd64ebd9

⭐ gleaming brainfuck

gbf/README.md(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# gbf

[![Package Version](https://img.shields.io/hexpm/v/gbf)](https://hex.pm/packages/gbf)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gbf/)

```sh
gleam add gbf@1
```
```gleam
import gbf

pub fn main() -> Nil {
  // TODO: An example of the project in use
}
```

Further documentation can be found at <https://hexdocs.pm/gbf>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```