cristineguadelupe / gleam_lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gleam_lab

A Gleam program

Quick start

# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

Installation

If available in Hex this package can be installed by adding gleam_lab to your rebar.config dependencies:

{deps, [
    gleam_lab
]}.

About

License:Apache License 2.0


Languages

Language:Erlang 100.0%