Initial commit

This commit is contained in:
Elnu 2023-11-04 19:25:47 -07:00
commit a4a69a89fd
8 changed files with 140 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"./helloworld/Cargo.toml",
]
}