piston/packages/gleam/0.27.0/test.gleam
2023-03-09 01:27:17 -05:00

5 lines
No EOL
55 B
Gleam

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