Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
int[][] array = new int[8][2];
Java:Point[] p = new Point[64]; int counter = 0; for(int i = 0;i<8;i++) { for(int t = 0;t<8;t++) { p[counter].x = i; p[counter].x = t; counter++; } }