cargo
is a masterpiece
let divisiable_by_5 = n % 5 == 0;
let divisable_by_3 = n % 3 == 0;
match (divisable_by_3, divisable_by_5) {
(true, true) => ...
(true, false => ...
(false, true) => ...
(false, false) => ...
}
println
str
.
putty-256color
?
TERM=putty-256color
or you need to set it before you start tmux.
screen-256color
.