mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-02 03:58:18 +00:00
2 lines
47 B
Text
2 lines
47 B
Text
var x = read ();
|
|
write (if x then 3 else 5 fi)
|