leo/examples/import_point/inputs/import_point.in
2022-08-01 16:23:20 -07:00

5 lines
140 B
Plaintext

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