Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 19th, 2019
60
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
fn main() {
let a: Vec<i32> = vec![1, 2, 3, 4];
let b = a.clone();
let r: i32 = a.iter().zip(b.iter()).map(|(x, y)| x * y).sum();
println!("{}", r);
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ API Flaw Money Method
CSS | 25 sec ago | 1.05 KB
This month smells like money
CSS | 49 sec ago | 1.05 KB
⭐ Exploit Documentation ⭐
CSS | 59 min ago | 1.05 KB
✅ API Flaw Money Method
CSS | 59 min ago | 1.05 KB
This month smells like money
CSS | 60 min ago | 1.05 KB
LLM-Generated Epub Reader In FreeBASIC (DOS/L...
FreeBasic | 12 hours ago | 43.20 KB
webshell.php
PHP | 13 hours ago | 1.27 KB
Cloudformation - ECS wellcome-docker
YAML | 1 day ago | 2.59 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!