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