RosettaCodeData/Task/Matrix-transposition/APL/matrix-transposition.apl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
76 B
APL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

3 310
1 2 3
4 5 6
7 8 9
3 310
1 4 7
2 5 8
3 6 9