1
 2
 3
 4
 5
 6
 7
 8
 9
10
11


pub mod filehand;
//pub use crate::filehand;
/*#[cfg(file)]
mod file {
    #[file]
    fn readFile(file:&str) -> String {
        return filehand::readFile(file)
    }
}*/