diff options
author | Shokara Kou <kou@13f0.net> | 2022-05-24 21:59:43 -0400 |
---|---|---|
committer | Aoi Koizumi (古泉 あおい) <novaburst@kalli.st> | 2022-05-25 02:05:23 +0000 |
commit | 547b5384d16aeaac16b7133c453894d639ce6c36 (patch) | |
tree | 64e6090229ab2e680c83b67a9ffd66cf15b43a9a /rust/help.rs | |
parent | 569f2b0098ed1539fbd5084e23cb3556d345fb35 (diff) | |
download | help-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.rs | 4 |
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!)") +} |