Packages

Many tiny shiny things that'll never go away

Current section

Files

Jump to
glitter src glitter.erl
Raw

src/glitter.erl

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