Current section

Files

Jump to
sparkle src sparkle.gleam
Raw

src/sparkle.gleam

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