UNPKG

commonmark

Version:

a strongly specified, highly compatible variant of Markdown

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