6 lines
66 B
Rust
Raw Normal View History

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