String.trim

This commit is contained in:
2025-06-10 17:37:02 +02:00
parent 252efd914e
commit de65f383b3
10 changed files with 154 additions and 138 deletions

View File

@@ -7,7 +7,7 @@ func main[] : I64
let s: I64 = 1
let j: I64 = 0
while j < 13
s = s * Char.to_i64(String.nth(n, i + j))
s = s * Char.parse_i64(String.nth(n, i + j))
j = j + 1
if s > out
out = s