neetnestor's picture
Build playground webapp
4879fd8
raw
history blame
342 Bytes
; (function() {
window.require(["ace/snippets/assembly_arm32"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();