Packages

Nothing to see here yet!

Current section

Files

Jump to
gleam_xml src gleam_xml.erl
Raw

src/gleam_xml.erl

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