summary refs log tree commit diff stats
path: root/rust/help.rs
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-05-24 21:59:43 -0400
committerAoi Koizumi (古泉 あおい) <novaburst@kalli.st>2022-05-25 02:05:23 +0000
commit547b5384d16aeaac16b7133c453894d639ce6c36 (patch)
tree64e6090229ab2e680c83b67a9ffd66cf15b43a9a /rust/help.rs
parent569f2b0098ed1539fbd5084e23cb3556d345fb35 (diff)
downloadhelp-547b5384d16aeaac16b7133c453894d639ce6c36.tar.gz
add memory safety to help
Signed-off-by: Shokara Kou <kou@13f0.net>
Diffstat (limited to 'rust/help.rs')
-rw-r--r--rust/help.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/help.rs b/rust/help.rs
new file mode 100644
index 0000000..26a439b
--- /dev/null
+++ b/rust/help.rs
@@ -0,0 +1,4 @@
+fn main()
+{
+	println!("would you mind reading the fucking manual pages? (now memory safe!)")
+}