[13:38:52] <kig> there’s not much you can’t do in 500 lines of ruby :>
[13:39:11] <flowhase> kig: write a 501+ lines programm?
[13:40:26] <kig> flowhase: File.open(“501_line_program.rb”,“w”){|f| 501.times{|i| f.puts “puts #{i}”}} # took only one line