Skip to content

Commit

Permalink
02-stage-b
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 27, 2024
1 parent b3bc96a commit ce00848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foobar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub fn add(left: u64, right: u64) -> u64 {
println!("B-a");
println!("B-b");
println!("C-a");
println!("C-b");
left + right
}

Expand Down

0 comments on commit ce00848

Please sign in to comment.