mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-01 03:26:08 +00:00
6 lines
74 B
Gleam
6 lines
74 B
Gleam
import gleam/io
|
|
|
|
pub fn main() {
|
|
io.println("Hello from gleamgleam!")
|
|
}
|