fork download
  1. def a(num)
  2. return 'a'*num
  3. end
  4. puts(a(2))
  5.  
Success #stdin #stdout 0.01s 7452KB
stdin
Standard input is empty
stdout
aa