September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
13
Task/Matrix-transposition/Klong/matrix-transposition.klong
Normal file
13
Task/Matrix-transposition/Klong/matrix-transposition.klong
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[5 5]:^!25
|
||||
[[0 1 2 3 4]
|
||||
[5 6 7 8 9]
|
||||
[10 11 12 13 14]
|
||||
[15 16 17 18 19]
|
||||
[20 21 22 23 24]]
|
||||
|
||||
+[5 5]:^!25
|
||||
[[0 5 10 15 20]
|
||||
[1 6 11 16 21]
|
||||
[2 7 12 17 22]
|
||||
[3 8 13 18 23]
|
||||
[4 9 14 19 24]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue