Current section

Files

Jump to
glow src glow.gleam
Raw

src/glow.gleam

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