hands you a tree
code Show more
@_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?
Small server part of the pixie.town infrastructure. Registration is closed.