vcb37253
Search for a command to run...
Example 1
[1, 2, 3, 4, 5, 6, 7], 3
[5,6,7,1,2,3,4]
Example 2
[1, 2, 3], 3
[1,2,3]
Example 3
[1, 2], 0
[1,2]