fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3.  
  4. print "1 != 3\n" if (1 != 3);
Success #stdin #stdout 0s 3564KB
stdin
Standard input is empty
stdout
1 != 3