1 2 3 4 5 6 7
// Import a Gleam module from the standard library import gleam/io pub fn main() { // Print to the console io.println("Hello, Joe!") }