-module(gleam_html). -compile(no_auto_import). -export([main/0]). -spec main() -> nil. main() -> gleam@io:println(<<"Hello from gleam_html!"/utf8>>).