1
0

rust echo(1)

This commit is contained in:
dtb
2023-10-31 22:57:48 -06:00
parent 933c3d8c5e
commit 6ad17fef83
4 changed files with 857 additions and 0 deletions

5
false/false.rs Normal file
View File

@@ -0,0 +1,5 @@
use std::process::ExitCode;
fn main() -> ExitCode {
ExitCode::from(1)
}