diff --git a/sections/00.md b/sections/00.md index cf6c73c..1f537e8 100644 --- a/sections/00.md +++ b/sections/00.md @@ -18,6 +18,9 @@ --- ``` -here be example code +protagonist = new Heroine() +charming = new Prince() +while not prince.comes_along(): + protagonist.hair_length++ ```