6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
import gleam/io
|
||
|
|
||
|
pub fn main() {
|
||
|
io.println("OK")
|
||
|
}
|