Chapter 1
Hello, world!
Chapter 2
Chapter 2.1
Hello, there!
New Beginnings
Welcoming to the beginning.
#![allow(unused)] fn main() { println!("Hello, {}\n", "world"); }
Hello, world!
Hello, there!
Welcoming to the beginning.
#![allow(unused)] fn main() { println!("Hello, {}\n", "world"); }