annotate Test.hs @ 4447:40a01854b0df

<blotter> ps >test
author HackBot
date Mon, 17 Feb 2014 03:26:43 +0000
parents 1baee8e6ee55
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4375
1baee8e6ee55 <oerjan> echo \'import Data.List(inits);main = let p = 1 : zipWith (+) (map (*4) p) (map (sum . zipWith (*) p . reverse) (inits p)) in print $ p !! 1000\' >Test.hs
HackBot
parents: 4374
diff changeset
1 import Data.List(inits);main = let p = 1 : zipWith (+) (map (*4) p) (map (sum . zipWith (*) p . reverse) (inits p)) in print $ p !! 1000