-module(iox). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export([main/0]). -spec main() -> list(binary()). main() -> _pipe = iox@stdin:read_all(), gleam@io:debug(_pipe).