Add example for explanation

This commit is contained in:
Sauer 2019-04-15 17:04:42 +02:00
parent 968c018d48
commit 0e9c7a1869

View File

@ -18,6 +18,9 @@
---
```
here be example code
protagonist = new Heroine()
charming = new Prince()
while not prince.comes_along():
protagonist.hair_length++
```