https://github.com/yuuki1578/gcode
Caesar Cipher program in Gleam!
https://github.com/yuuki1578/gcode
erlang gleam gleam-lang
Last synced: 4 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:44:35.000Z (11 months ago)
- Last Synced: 2025-03-14T06:13:00.783Z (4 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
[](https://hex.pm/packages/gcode)
[](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
```