[DFW.pm] Fizzbuzz assignment

Christopher Spencer chris at crspencer.com
Thu Sep 11 14:12:16 PDT 2014


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

97 characters. 1 line.

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


More information about the Dfw-pm mailing list