SJW/tests/diamond/B.js

6 lines
52 B
JavaScript
Raw Normal View History

2020-01-10 18:44:24 +01:00
import C;
return {
s: "world" + C.exclamation
};