tiSum.hs
main
=
interact
(
show
.
sum
.
map
read
.
lines
)
Plain-text version of tiSum.hs
|
Valid HTML?