Created
June 8, 2018 02:36
-
-
Save piperchester/69de4c06642f6f5f5167222021d27083 to your computer and use it in GitHub Desktop.
Code samples for problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # matrix | |
| matrix = [ | |
| [1,2,3], | |
| [4,5,6] | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment