1
2
3
4
pub fn hobby(){
    let hobbies = ("coding","reading books","playing games");
    println!("{:#?}",hobbies);
}