mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 16:21:45 +03:00
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
function one() -> bool {
|
|
return true
|
|
}
|
|
|
|
function main() -> bool {
|
|
return one() && one()
|
|
} |