Skip to content

Commit

Permalink
01-stage-b
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 27, 2024
1 parent 408f0c1 commit 5518c69
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
@@ -1,6 +1,7 @@
pub fn add(left: u64, right: u64) -> u64 {
println!("A");
println!("B-a");
println!("B-b");
left + right
}

Expand Down

0 comments on commit 5518c69

Please sign in to comment.