Imported CSS files

This commit is contained in:
Sakbe
2019-10-21 16:02:55 +01:00
parent 22146b8413
commit 87401e8c95
365 changed files with 1092613 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
A_matrix = {
0 = {1 2 3 4}
1 = {5 6 7 8}
2 = {9 10 11 12}
}
B_matrix = {
0 = {1 2 3 }
1 = {4 5 6}
}
C_matrix = {
0 = {1}
1 = {2}
2 = {3}
}
D_matrix = {
0 = {1 2 3 4}
}