Chapter 1

First chapter of the book, built with mdBook (Rust tool).

foo

\( \int x dx = \frac{x^2}{2} + C \)

bar

\[ \mu = \frac{1}{N} \sum_{i=0} x_i \]

baz

fn main() {
    println!("Hello World!");
}