summaryrefslogtreecommitdiff
path: root/rust/hello/src/bin/true.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hello/src/bin/true.rs')
-rw-r--r--rust/hello/src/bin/true.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/hello/src/bin/true.rs b/rust/hello/src/bin/true.rs
new file mode 100644
index 0000000..44490fa
--- /dev/null
+++ b/rust/hello/src/bin/true.rs
@@ -0,0 +1,3 @@
+fn main() {
+ std::process::exit(0);
+}