Current section

Files

Jump to
gleam_html src gleam_html.erl
Raw

src/gleam_html.erl

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