index
:
programming-problem-solving
main
Kattis, AoC & stuff
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kattis-kth
/
different
/
main.hs
blob: 7f8933859d3d89a918c5a891332158e585644359 (
plain
) (
blame
)
1
main
=
interact
$
unlines
.
map
(
show
.
abs
.
foldl1
(
-
)
.
map
read
.
words
)
.
lines