Current section

Files

Jump to
gloss src gloss.gleam
Raw

src/gloss.gleam

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