mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
8 lines
147 B
Gleam
8 lines
147 B
Gleam
import gleam_rebar3
|
|
import gleam/should
|
|
|
|
pub fn hello_world_test() {
|
|
gleam_rebar3.hello_world()
|
|
|> should.equal("Hello, from gleam_rebar3!")
|
|
}
|