fork(1) download
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. int main()
  5. {
  6. char* lalka = "bagor";
  7. if (0!=strcmp(lalka, "bagor‮ ⁦// comment⁩ ⁦")) {
  8. puts("Kakoi gabor )))");
  9. }
  10. if (0!=strcmp(lalka, "bagor")){
  11. puts("Pituz!");
  12. }
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0.01s 5536KB
stdin
Standard input is empty
stdout
Kakoi gabor )))