rusty-bever/src/rb/lib.rs

4 lines
53 B
Rust

pub fn yeet() -> String {
String::from("yeet")
}