Core functionality
test_eq(say_hello("Rory"), "Hello Rory!")
Here's some more markup.
- Point 1
- Point 2
Interesting numbered list:
- this
- that
- the other
test_eq(say_hello_twice("Momo"), "Hello Momo! Hello Momo!")
test_eq(positive_affirmation(), "You can do it!!!")