Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
fr0stn1k
Feb 24th, 2021
1,109
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function isPrime
(
num
)
{
if
(
num
<=
1
)
return
false
;
for
(
i
=
2
;
i * i
<=
num
;
i ++
)
{
if
(
num % i
==
0
)
return
false
;
}
return
true
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch (Working)
Java | 2 sec ago | 0.06 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 8 sec ago | 0.32 KB
MAKE $9OO INSTANTLY D G
Java | 12 sec ago | 0.06 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 24 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 32 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 40 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 50 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 58 sec ago | 0.32 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!