Program Detail

Program ID
helloworld_18e9kh.aleo
Upload Time
Block height
106250
Source
program helloworld_18e9kh.aleo;

function hello:
    input r0 as u32.public;
    input r1 as u32.private;
    add r0 r1 into r2;
    output r2 as u32.private;