Current section

Files

Jump to
bread src bread.gleam
Raw

src/bread.gleam

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