Initial write-up

This commit is contained in:
Jesse Smick
2022-03-17 00:28:27 -07:00
commit 3394c880e2
8 changed files with 201 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[markdown]": {
"editor.wordWrapColumn": 80,
"editor.wordWrap": "bounded"
}
}