Sebastian McKenzie c97696c224 first commit
2014-09-28 23:39:22 +10:00

6 lines
48 B
JavaScript

class Test {
test() {
return 5 + 5;
}
}