aiken/examples/sample/lib/syntax.ak

3 lines
65 B
Plaintext

pub fn append(a: ByteArray, b: ByteArray) -> ByteArray {
todo
}