strip unused functions, rc4, base64

This commit is contained in:
2025-06-13 14:16:02 +02:00
parent de65f383b3
commit a93274d8ac
4 changed files with 125 additions and 9 deletions

View File

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