fn main() { let number = 42; let num_str = number.to_string(); // تبدیل عدد به رشته println!("String: {}", num_str); }