fork download
  1. def a3()
  2. puts('aaa')
  3. end
  4. a3()
  5.  
Success #stdin #stdout 0.01s 7452KB
stdin
Standard input is empty
stdout
aaa