fork(1) download
  1. a=2
  2. b=5
  3. c=a*b
  4. print(c)
Success #stdin #stdout 0.03s 9116KB
stdin
Standard input is empty
stdout
10