Current section
Files
Jump to
Current section
Files
priv/example/src/example.gleam
import gleam/io
import gleam/erlang/process
pub fn main() -> Nil {
io.println("Hello from example!")
process.sleep_forever()
}