fork download
  1. # your code goes here
  2. ifelse(TRUE, print(12), print(13))
Success #stdin #stdout 0.21s 175680KB
stdin
Standard input is empty
stdout
[1] 12
[1] 12