experiments

All kinds of coding experiments
Log | Files | Refs | Submodules

nested.rs (130B)


      1 // This is the 'nested' module (implicitly by filename)
      2 
      3 pub fn nestfunc() -> String {
      4     "Hello from nested func".to_string()
      5 }