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