add missing trailing newlines

This commit is contained in:
2026-03-11 14:58:22 +01:00
parent b79cd46b4b
commit d1b65dc1ed
45 changed files with 45 additions and 45 deletions

View File

@@ -8,4 +8,4 @@ func main[] : i64
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
|> alg.map(^square)
|> alg.reduce(^sum, 0)
|> io.println_i64()
|> io.println_i64()