utils for rotate position of array items
1.Clone repo at you PC - git clone https://github.com/AlexDag/number-utils.git
2.go to ../number-utils
3.run:"mvn install" P.S. Need to use JDK 7+
4.run: "mvn test" - for see test results
5.go to ../target
6.run:"$>java -classpath number-utils-0.0.1-SNAPSHOT.jar odesk.asemeshchenko.numberUtils.App" to see message
7.run:"$>java -classpath number-utils-0.0.1-SNAPSHOT.jar odesk.asemeshchenko.numberUtils.App -rotate 3 1,2,3,4,5,6,7,8,9,10" to see result of the task
8.try to change some parameters - shift and string of numbers