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