action
Ruby
code posted
created at 22 Nov 13:15
Edit
|
Back
1
2
3
4
5
6
7
8
9 |
MAGIC_NUMBER = 10000000
def is_anyout_out_there?
"Is anybody out there?"
end
def hardcore_action
MAGIC_NUMBER.times { is_anyout_out_there? }
end |
158 Bytes in 1 ms with coderay