Hacker News new | ask | show | jobs
by aston 6714 days ago
500.times {print "I will not throw paper airplanes in class \n"}
1 comments

500.times {puts "I will not throw paper airplanes in class"}
I figured there was something in ruby for that :P