10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
//ww:run-exit 16
|
|
// Migrated from 700_e2e row 36.
|
|
package main;
|
|
import rt;
|
|
fn main() i32 = {
|
|
let s: []u8 = alloc([], 16)!;
|
|
append(s, 72u8, 105u8);
|
|
return s.cap;
|
|
};
|