diff options
Diffstat (limited to 'exercises/00_intro/intro2.rs')
| -rw-r--r-- | exercises/00_intro/intro2.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/00_intro/intro2.rs b/exercises/00_intro/intro2.rs index a28ad3d..84e0d75 100644 --- a/exercises/00_intro/intro2.rs +++ b/exercises/00_intro/intro2.rs @@ -5,8 +5,6 @@ // Execute `rustlings hint intro2` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - fn main() { printline!("Hello there!") } |
