Skip to content

yurrriq/gleam-playground

Repository files navigation

hello_gleam

A simple elli-based hello world app, written in [Gleam][2].

Quick start

# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

# Build the release
rebar3 release