fork download
  1. #include <iostream>
  2.  
  3. int main() {
  4. if (false) {
  5. // Error if uncommented, even though this block can never be entered.
  6. //I am error.
  7. } else {
  8. std::cout << "\u202EHello, world.\n";
  9. }
  10. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
‮Hello, world.