<!-- PCU: ch14-contracts | contract: contracts/apr-book-ch14-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch14_contracts -->
<!-- Status: enforced -->
# Chapter 14: Provable Contracts
> Contract: [`apr-book-ch14`](../../../contracts/apr-book-ch14-v1.yaml)
Run: `cargo run -p aprender-core --example ch14_contracts`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch14_contracts.rs}}
```