leo/examples/helloworld/inputs/helloworld.in

4 lines
137 B
Plaintext
Raw Normal View History

// The program input for helloworld/src/main.leo
[main]
public a: u32 = 1u32;
2022-08-06 04:38:11 +03:00
b: u32 = 2u32; // Input variable `b` is private by default.