import gleam/io import iox/stdin pub fn main() { stdin.read_all() |> io.debug() }