Skip to content

Instantly share code, notes, and snippets.

@isomorphism
isomorphism / Euler12.hs
Created August 6, 2011 05:52
quick and stupid benchmarking example
import Data.List
import System.Environment
{- RE: http://stackoverflow.com/q/6964392/157360
cam@atomos:~/scraps/SO/euler$ ghc -O2 --make Euler12.hs
cam@atomos:~/scraps/SO/euler$ time ./Euler12 1000
842161320
real 0m12.892s