Packages

A gleam library by Asterix Technology

Current section

Files

Jump to
asterix src asterix.erl
Raw

src/asterix.erl

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