Packages

a nice irc library

Current section

Files

Jump to
tubes src tubes.gleam
Raw

src/tubes.gleam

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