I am setting up a github account, to work on a small project with some friends. I would like to have my home machine able to do a git pull via php, so that we just have to call this small php file for
How would I shorten this? int[] a1 = {2, 0, 1, 4, 3}; int[] a2 = {3, 1, 2, 0, 4}; int[] a3 = {4, 2, 3, 1, 0};