fork(1) download
  1. #include <iostream>
  2. int main(int argc, char** argv)
  3. {
  4. try {
  5. // myprogram();
  6. } catch (std::exception e) {
  7. std::cout << "You mad, bro?" << std::endl;
  8. }
  9. #define FUCK_YOU 0
  10. return FUCK_YOU;
  11. }
Success #stdin #stdout 0s 15224KB
stdin
Standard input is empty
stdout
Standard output is empty