leo/examples/import_point/inputs/import_point.in

5 lines
140 B
Plaintext
Raw Normal View History

2022-08-02 02:23:20 +03:00
// The program input for import_point/src/main.leo
[main]
public a: u32 = 1u32;
b: u32 = 2u32; // Input variable `b` is private by default.