Advertisement
Cthutu

Advent Of Code - Day 2

Dec 2nd, 2021
1,258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 24.87 KB | None | 0 0
  1. "Position: {}", position);
  2.     println!("   Depth: {}", depth);
  3.     println!("     Aim: {}", aim);
  4.     println!("Multiple: {}", position * depth);
  5. }
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement