mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
2 lines
70 B
Raku
Executable File
2 lines
70 B
Raku
Executable File
import "lib/sumlanguage"
|
|
assert((sum 1.0f,2LL,2ULL,3.0,1U,1 done)==10) |