This commit is contained in:
Flummi
2017-11-24 08:15:06 +01:00
parent 605ecc59b6
commit b5bbce6bd7
2 changed files with 1 additions and 10 deletions

View File

@@ -56,12 +56,6 @@ function sandbox(lang, code) {
"Program": "#!/bin/bash\r\n" + code,
"Input": "",
"CompilerArgs": ""
},
neofetch: {
"LanguageChoice": "38",
"Program": fs.readFileSync(`${__dirname}/../../../../neofetch`, "utf8"),
"Input": "",
"CompilerArgs": ""
}
};