mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-05 13:28:42 +00:00
8 lines
329 B
JavaScript
8 lines
329 B
JavaScript
|
; (function() {
|
||
|
ace.require(["ace/snippets/abap"], function(m) {
|
||
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
||
|
module.exports = m;
|
||
|
}
|
||
|
});
|
||
|
})();
|
||
|
|