fork download
  1. read a b
  2. if [ $a -gt $b]
  3. then
  4. echo "a is greatest"
  5. else
  6. echo "b is greatest"
  7. fi
Success #stdin #stdout 0.01s 5456KB
stdin
Standard input is empty
stdout
a is greatest