mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
// This program should panic at compilation.
|
|
function main() -> u32 {
|
|
return 1 - 2
|
|
}
|