[ create a new paste ] login | about

Polarina

Name:
Email:
Site/Blog:
Location:
Default language: Haskell
Favorite languages: Haskell
About:

Saved pastes by Polarina:

Plain Text, pasted on Jul 11:
1
2
3
4
5
After years of observations you have found out that
if it rains on a given day, there is a 60% chance
that it will rain on the next day too.
If it is not raining, the chance of rain on the next day in only 25%.

...
view (59 lines)
Haskell, pasted on May 9:
1
main = let a --\ b = a + b in print (3 --\ 5)
view (1 line, 1 line of output)