Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 4th, 2014
260
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Scala
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
object
ListSort
extends
App
{
val
list
=
Seq
(
(
5
,
1
)
,
(
1
,
2
)
,
(
3
,
3
)
,
(
2
,
5
)
,
(
4
,
6
)
,
(
6
,
4
)
)
val
sortedList
=
list sortBy
{
_
.
_
1
}
for
(
item
<
- sortedList
)
{
println
(
item
)
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🚨 Free Crypto Method 🚨
JavaScript | 4 sec ago | 0.24 KB
💡 Instant BTC Profit Method ✅ Working
JavaScript | 20 sec ago | 0.24 KB
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 29 sec ago | 0.24 KB
🚀 Swapzone +37% glitch
JavaScript | 38 sec ago | 0.24 KB
💎 ChangeNOW Exploit
JavaScript | 48 sec ago | 0.24 KB
💎 ChangeNOW Exploit
JavaScript | 54 sec ago | 0.24 KB
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 1 min ago | 0.24 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 1 min ago | 0.24 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!