In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

FizzBuzz圧縮。130文字

Get Adobe Flash player
by coppieee 05 Jul 2009
// forked from uwi's forked from: FizzBuzz圧縮。あと4文字縮めればtweetできるんだけど。
package{import mx.controls.*;public class T extends List{function T(){for(x;x++<=99;)trace((x%3?"":"Fizz")+(x%5?"":"Buzz")||x)}}}