Current section

Files

Jump to
glow src glow.erl
Raw

src/glow.erl

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