rusty-bever/src/rb/lib.rs

4 lines
53 B
Rust
Raw Normal View History

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