annotate Test.hs @ 4418:04c96ae72e6b

<kmc> chmod +x tmp/c++decl
author HackBot
date Sun, 09 Feb 2014 02:00:02 +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