Packages

A package that prints hello!

Current section

Files

Jump to
hello_joe src hello_joe.gleam
Raw

src/hello_joe.gleam

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