• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Part of multiple.rs
2 
bob()3 fn bob() {
4     println!("hello other!");
5 }
6