code 

@_sharpLimefox

function bloop(u: u8, w: u8) {
let v: u8 = (u * 3) + 1;

if (true) {
let k: u8 = 78;
}

return v;
}

function main() {
let d: u8 = 0;
d = bloop(3, 12);
}

Did I get it right?

· · Web · 0 · 0 · 0
Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.