Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/yuuki1578/gcode
- Owner: Yuuki1578
- Created: 2024-08-14T07:25:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:44:35.000Z (5 months ago)
- Last Synced: 2024-11-19T21:33:48.888Z (2 months ago)
- Topics: erlang, gleam, gleam-lang
- Language: Gleam
- Homepage: http://mawang-pedia.rf.gd
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 gcodepub 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
```