rust-exercises/rust-exercises.code-workspace

71 lines
1.2 KiB
Text

{
"folders": [
{
"path": "./async-message-passing"
},
{
"path": "./async-concurrency"
},
{
"path": "./hello-async"
},
{
"path": "./add"
},
{
"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"
}
]
}