index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-269
/
asherbhs
/
apl
/
ch-1.apl
blob: 46e080f5d30cb06cf79ee28816d4a8e1109ed4a4 (
plain
)
1
2
3
4
5
BitwiseOr
←
{
2
≤+
/
~
2
|
⍵
}
⎕
←
BitwiseOr
1
2
3
4
5
⎕
←
BitwiseOr
2
3
8
16
⎕
←
BitwiseOr
1
2
5
7
9