mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 22:36:05 +03:00
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
// This program should panic at compilation.
|
|
function main() -> (u32) {
|
|
return 1 - 2
|
|
}
|