fork download
  1. input = 11
  2. real = 11
  3. if real == input
  4. puts("Hello!")
  5. else
  6. puts("Who are you?")
  7. end
Success #stdin #stdout 0.01s 7408KB
stdin
Standard input is empty
stdout
Hello!