dd

Ruby code posted
created at 18 Sep 19:39

Edit | Back
1
2
3
4
5
6
def way_too_friendly
  23.times do
    puts 'hi there!'
  end
end

69 Bytes in 2 ms with coderay