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