log Test.hs @ 4492:02775a0b8839

age author description
Tue, 28 Jan 2014 07:50:09 +0000 HackBot <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
Tue, 28 Jan 2014 07:49:28 +0000 HackBot <oerjan> echo \'main = let p = 1 : zipWith (+) (map (*4) p) (map (sum . zipWith (*) p . reverse) (inits p)) in print $ p !! 1000\' >Test.hs
Tue, 28 Jan 2014 07:49:05 +0000 HackBot <oerjan> echo \'main = let p = 1 : zipWith (+) (map (*4) p) (map (sum . zipWith (*) p . reverse) (inits p)) in \' >Test.hs
Sat, 06 Apr 2013 22:41:48 +0000 HackBot <oerjan> (echo \' module Main where\'; echo \'main = putStr "It works!"\') > Test.hs