Merge pull request #203 from rubberduck203/master

Make rust text based approval tests pass
This commit is contained in:
Emily Bache 2020-12-21 08:52:57 +01:00 committed by GitHub
commit de2d37904a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ fn main() {
let mut rose = GildedRose::new(items);
println!("OMGHAI!");
for i in 0..30 {
for i in 0..=30 {
println!("-------- day {} --------", i);
println!("name, sellIn, quality");
for item in &rose.items {