mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-11 09:18:47 +00:00
3 lines
47 B
Text
3 lines
47 B
Text
|
|
var x = read ();
|
||
|
|
write (if x then 3 else 5 fi)
|