Y
Hacker News
new
|
ask
|
show
|
jobs
by
jamiequint
6708 days ago
or ruby
(0..500).each {|i| print "I will not throw paper airplanes in class\n"}
1 comments
aston
6708 days ago
500.times {print "I will not throw paper airplanes in class \n"}
link
curi
6708 days ago
500.times {puts "I will not throw paper airplanes in class"}
link
jamiequint
6708 days ago
I figured there was something in ruby for that :P
link