UNPKG

jsx

Version:

a faster, safer, easier JavaScript

9 lines (8 loc) 116 B
/*EXPECTED hello world! */ class _Main { static function main(args : string[]) : void { log "hello world!"; } }