rusty-bever/src/rbs/main.rs

6 lines
57 B
Rust
Raw Normal View History

use rb::yeet;
fn main() {
println!("{}", yeet());
}