fork download
  1. {
  2. num = $1;
  3. if(num == 42)
  4. else
  5. printf("%d\n", num);
  6. }
Success #stdin #stdout 0.02s 4276KB
stdin
1
stdout
1