Online Setup

* recommended for this presentation

This presentation uses mdBook to provide runnable code playgrounds.

fn main() {
    println!("it works!");
}