diff --git a/src/pattern-matching/exercise.md b/src/pattern-matching/exercise.md index 6dae8d63..bbe30347 100644 --- a/src/pattern-matching/exercise.md +++ b/src/pattern-matching/exercise.md @@ -46,7 +46,7 @@ evaluate to `85`. We represent this as a much bigger tree: In code, we will represent the tree with two types: -```rust +```rust,editable {{#include exercise.rs:Operation}} {{#include exercise.rs:Expression}}