forked from: Prologue Example

by partlyhuman forked from Prologue Example (diff: 2)
♥0 | Line 8 | Modified 2010-04-20 00:35:32 | MIT License
play

ActionScript3 source code

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

// forked from actionscriptbible's Prologue Example
package {
  import com.actionscriptbible.Example;
  public class ch0ex1 extends Example {
    public function ch0ex1() {
      trace("I can't wait to get learning... and coding!");
    }
  }
}