diff --git a/src/main.rs b/src/main.rs index e980ba2..b35454a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,11 @@ use git2::{Remote, Repository}; fn main() { println!("Hello, world!"); println!("Lorem Ipsum....."); + println!("Test commit 1"); + println!("Test commit 2"); + println!("Test commit 3"); + println!("Test commit 4"); + println!("Test commit 5"); println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO);