summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolivia <olivia@fastmail.com>2018-05-22 21:03:19 +0200
committerolivia <olivia@fastmail.com>2018-05-22 21:03:19 +0200
commit729217da2f6307f409c5f41b79d64b92c7276e97 (patch)
tree09776f0ad290ac91fc7c992e42455799b98ca2ef
parent71a6041edfa14bfb66732c3b397a735e4d667ec3 (diff)
add console output image
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a51411..563ec94 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,10 @@ for convenience. The `verify!` macro is essentially a specialized `assert_eq!`,
if the values mismatch, instead it prints out a helpful error message and keeps going. The
`verify_easy!` macro is designed as a drop-in replacement for the `verify!` macro for if the learner needs help solving the exercise. It prints the expected value, too.
+This is roughly what the console output for a simple exercise looks right now:
+
+![](https://i.imgur.com/gGgjvLW.png)
+
Keep in mind that this is a very early draft of how things work. Anything here might be changed
at any time, and this documentation should be updated accordingly.