You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/***
|
|
* A JSX application.
|
|
*/
|
|
|
|
class _Main {
|
|
static function main(args : string[]) : void {
|
|
log "Hello, world!";
|
|
}
|
|
}
|
|
|
|
// vim: set tabstop=2 shiftwidth=2 expandtab:
|