<!-- PCU: ch01-why-rust | contract: contracts/apr-book-ch01-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch01_hello_apr -->
<!-- Status: enforced -->
# Chapter 01: Why Rust for Machine Learning
> Contract: [`apr-book-ch01`](../../../contracts/apr-book-ch01-v1.yaml)
Run: `cargo run -p aprender-core --example ch01_hello_apr`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch01_hello_apr.rs}}
```