Initial commit

This commit is contained in:
2025-12-12 00:34:55 +00:00
commit 2f0b0f06b8
38 changed files with 2965 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "rust-devcontainer",
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"postCreateCommand": "rustc --version",
"remoteUser": "vscode"
}