mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
4 lines
137 B
Plaintext
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. |