UNPKG
ace-editor-builds
Version:
latest (1.2.4)
1.2.4
1.2.0
Ace (Ajax.org Cloud9 Editor)
github.com/ajaxorg/ace-builds
ajaxorg/ace-builds
ace-editor-builds
/
demo
/
kitchen-sink
/
docs
/
jsx.jsx
9 lines
•
150 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
/*EXPECTED hello world! */
class
Test
{
static
function
run
() :
void
{
// console.log("hello world!");
log
"hello world!"
; } }