X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fcalc;h=7f4b0357c4542a31c1d03490f7360c010ea40111;hb=ebdf67298438e5c29550f6e3020b0b313ad50777;hp=a71e7836b2906064c43f6e880b69831ee49bbb23;hpb=4b88b73bd65cf8efe54d18cca02a871df7e77b61;p=config%2Fdotfiles.git diff --git a/bin/calc b/bin/calc index a71e783..7f4b035 100755 --- a/bin/calc +++ b/bin/calc @@ -9,3 +9,5 @@ def binom(n,k): return reduce(lambda a,b: a*(n-b)/(b+1),xrange(k),1) print "Welcome to the ultimate calculator."' + +# vim: ft=python