mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
Update main.leo
This commit is contained in:
parent
884061ffd6
commit
419a6bd454
@ -1,5 +1,5 @@
|
||||
// The 'hello-world' main function.
|
||||
function main(a: u32, b: u32) -> u32 {
|
||||
const c: u32 = a + b;
|
||||
let c: u32 = a + b;
|
||||
return c;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user