Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 21st, 2017
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
package main
import (
"log"
"time"
)
func main() {
t := time.NewTicker(10 * time.Second)
for {
helloworld()
<-t.C
}
}
func helloworld() {
log.Printf("Hello, World!\n")
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 1 sec ago | 0.25 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 6 sec ago | 0.06 KB
✅ Make $2500 in 20 minutes
JavaScript | 6 sec ago | 0.25 KB
✅ Swapzone Profit Method
JavaScript | 14 sec ago | 0.25 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 18 sec ago | 0.25 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 19 sec ago | 0.06 KB
Exchange Exploit
JavaScript | 25 sec ago | 0.25 KB
✅ Swapzone Profit Method
JavaScript | 29 sec ago | 0.25 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!