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

pub fn test_string(string:String) -> String{
    return string;
}