2022-04-07 18:46:57 +02:00

4 lines
93 B
C++

int array[9];
for(int i = 0; i < 9; ++i) array[i] = i;
cout << Map<Matrix3i>(array) << endl;