#![allow(unused_variables)] fn main() { assert_eq!(String::from("Hello world").find("world"), Some(6)); }