caca
All checks were successful
Linux arm64 / Build (push) Successful in 41m33s

This commit is contained in:
2024-05-14 19:00:04 +02:00
parent a135df2e96
commit 8c004b64ed
13 changed files with 2512 additions and 26 deletions

4
.vscode/launch.json vendored
View File

@@ -7,8 +7,8 @@
{
"type": "xmake",
"request": "launch",
"name": "Debug XMake target",
"target": "Pivot",
"name": "Debug random kernel",
"target": "test_random_kernel",
"cwd": "${workspaceFolder}/matricies",
}
]