Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* rotate right */
- long RR[] = { 3,0,1,2,4,5 };
- /* rotate front */
- long RF[] = { 4,1,5,3,2,0 };
- /* rotate center */
- long RC[] = { 0,4,2,5,3,1 };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement