remove \n

This commit is contained in:
Lunarmagpie 2023-03-09 01:27:17 -05:00
parent e651bd3674
commit 6e54a865ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ import gleam/io
pub fn main() {
io.println("OK")
}
}