use crate::utils; pub fn answer(text : String) ->( u32, u32 ) { ( 0, 0 ) }