Initial commit

This commit is contained in:
Mark J Price 2022-03-02 08:51:03 +00:00
parent c0d4d11b54
commit 0e89590d92
46 changed files with 1741 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{
"folders": [
{
"path": "WorkingWithNumbers"
},
{
"path": "WorkingWithText"
},
{
"path": "WorkingWithRegularExpressions"
},
{
"path": "WorkingWithCollections"
},
{
"path": "WorkingWithRanges"
},
{
"path": "WorkingWithNetworkResources"
},
{
"path": "Ch08Ex02RegularExpressions"
},
{
"path": "Ch08Ex03NumbersAsWordsLib"
},
{
"path": "Ch08Ex03NumbersAsWordsApp"
},
{
"path": "Ch08Ex03NumbersAsWordsTests"
}
]
}