piston/packages/gleam/0.27.0/test.gleam
2023-03-09 02:19:37 -05:00

5 lines
54 B
Gleam

import gleam/io
pub fn main() {
io.println("OK")
}