nushell/crates/nu-test-support/src/bin/fail.rs
2020-01-12 16:44:22 -05:00

4 lines
41 B
Rust

fn main() {
std::process::exit(1);
}