Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuuki1578/gcode

Caesar Cipher program in Gleam!
https://github.com/yuuki1578/gcode

erlang gleam gleam-lang

Last synced: 4 days ago
JSON representation

Caesar Cipher program in Gleam!

Awesome Lists containing this project

README

        

# gcode

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

```sh
gleam add gcode@1
```
```gleam
import gcode

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
```