all fixed

This commit is contained in:
Anton-4 2024-04-28 18:27:59 +02:00
parent 6c97407033
commit 9d28e70cdc
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
6 changed files with 43 additions and 45 deletions

View file

@ -10,7 +10,7 @@ app "ingested-file-bytes"
main =
# Due to how license is used, it will be a List U8.
license
|> List.map Num.toU64
|> List.sum
|> Num.toStr
|> Stdout.line!
|> List.map Num.toU64
|> List.sum
|> Num.toStr
|> Stdout.line!