Packages

Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client

Current section

Files

Jump to
nerf src nerf.gleam
Raw

src/nerf.gleam

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