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-078
/
richard-park
/
apl
/
LeftRotation.aplf
blob: 3af8fe160057b40a44292deffbfc258d5bbf9c46 (
plain
)
1
2
3
4
5
LeftRotation
←
{
⍝ Rotate major cells in ⍺ by scalars in ⍵
⎕IO
←
0
⍵
⊖
⍤
0
99
⊢
⍺
}