• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

hello() -> &'static str1 pub fn hello() -> &'static str {
2     "hello"
3 }
4