fork download
  1. input = 33
  2. real_egoing = 11
  3. real_k8805 = "ab"
  4. if real_egoing == input
  5. puts("Hello!, egoing")
  6. elsif real_k8805 == input
  7. puts("Hello!, k8805")
  8. else
  9. puts("Who are you?")
  10. end
Success #stdin #stdout 0.02s 7412KB
stdin
Standard input is empty
stdout
Who are you?