Current section

Files

Jump to
glitch src glitch.gleam
Raw

src/glitch.gleam

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