diff --git a/src/main.rs b/src/main.rs index 324eb21..ea5f14f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ fn main() { print("Hello, world!"); print("Goodbye, world!"); + print("bye everyone"); // some (not really) documentation comment }