diff options
Diffstat (limited to 'rust/hello/src/bin/false.rs')
| -rw-r--r-- | rust/hello/src/bin/false.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/hello/src/bin/false.rs b/rust/hello/src/bin/false.rs new file mode 100644 index 0000000..a0d6817 --- /dev/null +++ b/rust/hello/src/bin/false.rs @@ -0,0 +1,4 @@ +fn main() { + //std::process::exit(1); + std::process::abort(); +} |
