forked from: [golf]minimum types to show something

by shohei909 forked from [golf]minimum types to show something (diff: 7)
♥0 | Line 8 | Modified 2010-09-10 10:37:29 | MIT License
play

ActionScript3 source code

/**
 * Copyright shohei909 ( http://wonderfl.net/user/shohei909 )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/mOGj
 */

// forked from mash's [golf]minimum types to show something
package {
    import flash.display.*;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            addChild( new Bitmap( new BitmapData(9,9,false,0) ) )
        }
    }
}