If the data doesn't change it's possible to return a literal, which is static: ```rust fn return() -> &'static str { "yest" } ``` not sure what benefit this offers though, we could just use a const?