Let me see how issues work:
pub fn wibble() { "Wibble" }
Can I help show you how comments work?
pub fn wibble() -> &'static str { "Wibble" }
Can I help show you how comments work?