Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wilsonsilva/gleam_stdin

Example of reading from STDIN in Gleam
https://github.com/wilsonsilva/gleam_stdin

erlang gleam gleam-lang gleam-language meck mocking testing

Last synced: 3 days ago
JSON representation

Example of reading from STDIN in Gleam

Awesome Lists containing this project

README

        

# Gleam STDIN

A simple example of reading from STDIN in Gleam.

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```