// Useful for experimentation while developing the crate.
//
// Use
//
// ```
// cargo expand --bin workshop
// ```
//
// To view the expanded code.
//
// Or
//
// ```
// cargo run --bin workshop
// ```
//
// To run and test the assertions in its main function.