Current section

Files

Jump to
oteap src oteap.gleam
Raw

src/oteap.gleam

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