Add a workspace for the exercises
This commit is contained in:
parent
9d8641043e
commit
1a18cdbf52
1 changed files with 59 additions and 0 deletions
59
rust-exercises.code-workspace
Normal file
59
rust-exercises.code-workspace
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "./minigrep"
|
||||
},
|
||||
{
|
||||
"path": "./guessing_game"
|
||||
},
|
||||
{
|
||||
"path": "./hottie"
|
||||
},
|
||||
{
|
||||
"path": "./fibonacci"
|
||||
},
|
||||
{
|
||||
"path": "./collections"
|
||||
},
|
||||
{
|
||||
"path": "./restaurant"
|
||||
},
|
||||
{
|
||||
"path": "./backyard"
|
||||
},
|
||||
{
|
||||
"path": "./rectangles"
|
||||
},
|
||||
{
|
||||
"path": "./subtractor"
|
||||
},
|
||||
{
|
||||
"path": "./adder"
|
||||
},
|
||||
{
|
||||
"path": "./functions"
|
||||
},
|
||||
{
|
||||
"path": "./loops"
|
||||
},
|
||||
{
|
||||
"path": "./panic"
|
||||
},
|
||||
{
|
||||
"path": "./branches"
|
||||
},
|
||||
{
|
||||
"path": "./variables"
|
||||
},
|
||||
{
|
||||
"path": "./hello_cargo"
|
||||
},
|
||||
{
|
||||
"path": "./hello_world"
|
||||
},
|
||||
{
|
||||
"path": ".",
|
||||
"name": "Solution Items"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue