Current section

Files

Jump to
wisp src wisp.erl
Raw

src/wisp.erl

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