first commit

This commit is contained in:
2025-07-24 22:05:21 +02:00
commit cad484ba1c
448 changed files with 88694 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "ARM Dev Container",
"image": "arm64v8/debian:bullseye",
"postCreateCommand": "echo Hello from Dev Container!",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
}