Current section

Files

Jump to
gramps src gramps.gleam
Raw

src/gramps.gleam

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