leo/examples/helloworld/inputs/helloworld.in
2022-08-05 18:38:50 -07:00

4 lines
137 B
Plaintext

// The program input for helloworld/src/main.leo
[main]
public a: u32 = 1u32;
b: u32 = 2u32; // Input variable `b` is private by default.