diff options
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!)") +} |