6 lines
86 B
Rust
6 lines
86 B
Rust
pub fn explore(
|
|
value: i32,
|
|
) -> String {
|
|
format!("library{}string", value)
|
|
}
|