d1053f687b59ea5438b8be2417834f88b6735882
input
By doing something like
```
fn input_output_loop(input_output: Subject(List(String))) -> Nil {
let output = process.receive_forever(input_output)
echo output
input_output_loop(input_output)
}
```
musicplayer
Development
gleam run # Run the project
gleam test # Run the tests
Description
Languages
Gleam
93.9%
Shell
3%
Nix
2.1%
Erlang
1%