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