Packages

Bun bindings for Gleam, otherwise know as bungle!

Current section

Files

Jump to
bungle src bungle.gleam
Raw

src/bungle.gleam

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