Current section

Files

Jump to
plinth src plinth.gleam
Raw

src/plinth.gleam

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