Current section

Files

Jump to
sparkle src sparkle.gleam
Raw

src/sparkle.gleam

import gleam/io
import stack
pub fn main() {
let s = stack.new()
io.debug(s)
}