Advertisement
cwchen

[Rust] Declaring two points with four variables.

Aug 23rd, 2017
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.06 KB | None | 0 0
  1. let x1 = 3.0;
  2. let y1 = 4.0;
  3.  
  4. let x2 = 5.0;
  5. let y2 = 5.0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement