Packages

A library of extra functions for the standard Gleam libraries.

Current section

Files

Jump to
gl src gl.gleam
Raw

src/gl.gleam

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