Beta
Beta
@beta@gayhorse.club
Public

im learn rust

pub fn magical_mystery_cure() {     let twilight = Pony {         name: String::from("Twilight Sparkle"),         colour: String::from("Lavender"),         tribe: Tribe::Unicorn,     };     println!("{}", twilight);     let mut twilicorn = ascend(twilight);     println!("{}", twilicorn);
Dec 2, 2018, 2:30:11 PM [original]