Skip to content

Commit

Permalink
Small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veminovici committed Mar 19, 2024
1 parent 461f4a0 commit 60c274c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/exercise5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ fn key_f_major() {
/// | Dm9 Dm9 | G13 G13 | Dm9 Dm9 | G13 G13 |
/// | Cmaj9 Cmaj9 | Fmaj13 Fmaj13 | Cmaj9 Cmaj9 | A7b9b13 |
fn main() {
println!("Exercise 5: | Dm9x2 | G13x2 | Cmaj9x2 | Fmaj13X2 | A7 | Dm | G | C |");
println!("Exercise 5:");

println!("Key: C");
println!("Key: C major");
key_c_major();
println!("Key: F");
println!("Key: F major");
key_f_major();
}

0 comments on commit 60c274c

Please sign in to comment.