diff --git a/main.rs b/main.rs index 7381f39..0dbbbf0 100644 --- a/main.rs +++ b/main.rs @@ -1,4 +1,7 @@ fn main() { println!("Hello, World!"); println!("Welcome to Rust world!"); + println!("Welcome to Rust world!"); + println!("Welcome to Rust world!"); + println!("Welcome to Rust world!"); }