Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Multiplication Table
Shailrshah
Nov 5th, 2014
1,415
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Awk
0.10 KB
| None
|
0
0
raw
download
clone
embed
print
report
awk '
BEGIN
{
printf
(
"Enter a number: "
)
;
getline
n;
for
(
i=
1
; i
<=
10
; i
++
)
printf
(
"%d*%d=%d
\n
"
, i, n, i
*
n
)
;
}
'
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ChangeNOW Exploit⭐⭐ K
JavaScript | 13 sec ago | 0.27 KB
⭐✅ MAKE $2500 IN 15 MIN V
JavaScript | 22 sec ago | 0.27 KB
⭐✅ Exploit 2500$ in 15 Minutes S
JavaScript | 30 sec ago | 0.27 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐ T
JavaScript | 38 sec ago | 0.27 KB
⭐Swapzone Glitch ✅ Working⭐ N
JavaScript | 46 sec ago | 0.27 KB
✅ Make $2500 in 20 minutes⭐⭐ H
JavaScript | 54 sec ago | 0.27 KB
⭐⭐Exchange Exploit⭐ T
JavaScript | 1 min ago | 0.27 KB
⭐ChangeNOW Exploit⭐⭐ K
JavaScript | 1 min ago | 0.27 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!