mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
all fixed
This commit is contained in:
parent
6c97407033
commit
9d28e70cdc
6 changed files with 43 additions and 45 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue