4 lines
78 B
Rust
4 lines
78 B
Rust
pub fn revp(file_content: String) -> String {
|
|
"placeholder".to_string()
|
|
}
|