mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-08 20:11:12 +03:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
const basic: u32 = 8;
|
|
|
|
function main() {
|
|
// Cannot re-assign!
|
|
basic = 2u32;
|
|
} |