Skip to content

Instantly share code, notes, and snippets.

@varavut
Created November 19, 2015 02:01
Show Gist options
  • Save varavut/fc27ebced48f9736e13d to your computer and use it in GitHub Desktop.
Save varavut/fc27ebced48f9736e13d to your computer and use it in GitHub Desktop.
// 'R' is red cube
// 'Y' is yellow cube
[
['Y','Y','R'],
['Y','R'],
['R'],
['R'],
['Y','R'],
['Y','Y','R']
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment