aboutsummaryrefslogtreecommitdiff
path: root/challenge-269/asherbhs/j/ch-1.ijs
blob: 2072c137b7f5576bff7a0accc48f2a895342c028 (plain)
1
2
3
4
5
6
7
BitwiseOr=.{{2<:+/-.2|y}}

echo BitwiseOr 1 2 3 4 5
echo BitwiseOr 2 3 8 16
echo BitwiseOr 1 2 5 7 9

exit ''