1
2
3
4
5
6
pub mod utils;
pub mod database;

pub fn test(string:&str) -> &str{
    return string;
}