adding more to intro

This commit is contained in:
Kyle Isom 2024-02-23 23:41:09 -08:00
parent af61d914f0
commit 6266148eed
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ namespace scsl {
/// working on a graphical editor. For this, I needed some data structures to
/// manage memory in the editor. Thus, Buffer was born.
///
/// \subsection finally Finally
///
/// I'd been writing Go professionally for a while, but C was my first love. I
/// recently started a job that is mostly in C++, and the best way for me to
/// learn is to build a bunch of stuff with it. So, I took a bunch of micro-
/// controller stuff I'd been writing and started building out some other stuff.
}