00z20
Results
1
comments of
00z20
var http = new XMLHttpRequest(); http.open("POST", "http://coliru.stacked-crooked.com/compile", false); http.send(JSON.stringify({ "cmd": "g++ main.cpp && ./a.out", "src": "int main() { throw 1; }" })); alert(http.response);