Extract systems

This commit is contained in:
Michael Bradley 2025-05-19 00:27:12 -04:00
parent cef21f4a00
commit 214e0ceedc
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
9 changed files with 199 additions and 191 deletions

1
.vscode/tasks.json vendored
View file

@ -5,6 +5,7 @@
"label": "Launch",
"type": "cargo",
"command": "run",
"args": ["--", "--seed", "gargamel"],
"options": {
"env": {
"RUST_BACKTRACE": "full"