6 lines
66 B
Rust

#![crate_type = "bin"]
fn main() {
my_lib::do_something();
}