Current section

Files

Jump to
gleam_html src gleam_html.gleam
Raw

src/gleam_html.gleam

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