//! This example has been disabled temporarily.
//!
//! The original example is stored in the examples_disabled directory.
#[allow(dead_code)]
fn main() {
println!("This example is currently disabled.");
println!("The original example has been moved to examples_disabled directory.");
}