[DFW.pm] Fizzbuzz

Christopher Spencer cspencer.mail at gmail.com
Thu Sep 11 14:08:01 PDT 2014


map{if(!($_%3)){print"Fizz"}if(!($_%5)){print"Buzz"}if($_%3&&$_%5){print"$_"}print"\n"}(1..100)

96 characters.

-- Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/dfw-pm/attachments/20140911/dc9c1574/attachment.html>


More information about the Dfw-pm mailing list