Add a workspace for the exercises

This commit is contained in:
Manuel Thalmann 2025-03-20 07:48:16 +01:00
parent 9d8641043e
commit 1a18cdbf52
Signed by: manuth
SSH key fingerprint: SHA256:HsMLC+7kJWALP6YCYCoopxNbUnghwSGLVcG76SECT5c

View 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"
}
]
}