diff options
Diffstat (limited to 'exercises/00_intro/intro2.rs')
| -rw-r--r-- | exercises/00_intro/intro2.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exercises/00_intro/intro2.rs b/exercises/00_intro/intro2.rs index 84e0d75..c7a3ab2 100644 --- a/exercises/00_intro/intro2.rs +++ b/exercises/00_intro/intro2.rs @@ -1,9 +1,4 @@ -// intro2.rs -// // Make the code print a greeting to the world. -// -// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a -// hint. fn main() { printline!("Hello there!") |
