blob: 037be33eed4a3e4982006507835bd1665ac1d052 [file] [log] [blame]
pub fn explore(
value: i32,
) -> String {
format!("library{}string", value)
}