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.

12 lines
173 B
JavaScript

/***
* A JSX application.
*/
class _Main {
static function main(args : string[]) : void {
log "Hello, world!";
}
}
// vim: set tabstop=2 shiftwidth=2 expandtab: