1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-12 14:28:43 +00:00

8 lines
325 B
JavaScript

; (function() {
ace.require(["ace/mode/text"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();