4 lines
35 B
Rust
4 lines
35 B
Rust
|
fn other() -> &str {
|
||
|
"other"
|
||
|
}
|