annotate Test.hs @ 4494:d0f1cc278869

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/shmify bin/unhex; cat bin/shmify bin/unhex
author HackBot
date Sat, 22 Feb 2014 02:40:29 +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