#![allow(unused_variables)] fn main() { assert_eq!("abc".repeat(4), String::from("abcabcabcabc")); }