Program Detail
Program ID
helloworld_1vs83g.aleo
Upload Time
Block height
106022
Source
program helloworld_1vs83g.aleo;
function main:
input r0 as u32.public;
input r1 as u32.private;
add r0 r1 into r2;
output r2 as u32.private;