Current section

Files

Jump to
gleam_nodejs src blah.gleam
Raw

src/blah.gleam

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