Chapter 1

fn f() {
    println!("hello");
}
#![allow(unused)]
fn main() {
// Not editable.
}