pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
scan
3 hours ago
Helpers optimizePhp
3 hours ago
setPalindrome
3 hours ago
helpers strip
3 hours ago
struct node
3 hours ago
Helpers date
3 hours ago
map long long
3 hours ago
Helpers bytes
3 hours ago
inside
3 hours ago
IGit not found
3 hours ago
product
#!/bin/bash
for
(
(
i=
1
;i<=
9
;i++
)
)
do
for
(
(
j=
1
;j<=i;j++
)
)
do
product=
$
(
(
i*j
)
)
echo
-n
"$i*$j= $product "
done
echo
""
done
Parsed in 0.007 seconds