1 2mod argc; 3 4pub mod main_basanta{ 5 pub fn demo() { 6 println!("Hello, world!"); 7 crate::argc::test_fun(); 8 println!("from v 0.1.4"); 9 } 10}