mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-02 12:06:09 +00:00
6 lines
75 B
Gleam
6 lines
75 B
Gleam
import gleam/io
|
|
|
|
pub fn main() {
|
|
io.println("Hello from gleam_gleam!")
|
|
}
|