adding more to intro
This commit is contained in:
parent
af61d914f0
commit
6266148eed
|
@ -72,6 +72,12 @@ namespace scsl {
|
||||||
/// working on a graphical editor. For this, I needed some data structures to
|
/// working on a graphical editor. For this, I needed some data structures to
|
||||||
/// manage memory in the editor. Thus, Buffer was born.
|
/// 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.
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue