rust-exercises/rust-exercises.code-workspace

62 lines
1.1 KiB
Text

{
"folders": [
{
"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"
}
]
}