From 65d8602e205b4db73d3cf6f1c22133098164b990 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 23 Feb 2019 17:01:49 +0000 Subject: [PATCH] add snippets link. --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index a416067..6dc64f3 100644 --- a/Home.md +++ b/Home.md @@ -20,5 +20,8 @@ Before continuing, I recommend you are familiar with the following; 2. Because C.W.C. is just the .Net Core version of C.W., I will sometimes say C.W. when I mean both. Hopefully, this grouping makes sense when viewed in context. 3. I will sometimes use "console program" and "console project" interchangeably. This because how Visual Studio's "file system" works. Overall, there is a "solution" which holds "projects". A project can consist of things like a console program. In-effect, this makes it a "program" and a "project". Hopefully, this makes sense when viewed in context. +## Where to go Next + * [Table of Contents](Table-Of-Contents) +* [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Brittle-Fish/snippets) * [Next Page: Introduction to Brittle-Fish](Introduction to Brittle-Fish)