5 lines
152 B
Rust
5 lines
152 B
Rust
fn main() {
|
|
println!("That will only work with the right plugin in your $PATH!");
|
|
println!("Checkout the `external_importer` Rust example.");
|
|
}
|