aiken/examples/sample/lib/sample/thing.ak

6 lines
81 B
Plaintext

use aiken/builtin
test bar() {
builtin.length_of_bytearray(#[2, 2, 3]) == 3
}