Current section

Files

Jump to
gleam_email src hello_joe.gleam
Raw

src/hello_joe.gleam

import gleam/io
pub fn main() {
io.println("Hello, Joe!")
}