UNPKG

ace-builds

Version:
9 lines 150 B
/*EXPECTED hello world! */ class Test { static function run() : void { // console.log("hello world!"); log "hello world!"; } }