11000.times{
2  Thread.new{loop{Thread.pass}}
3}
4
5i = 0
6while i<10000
7  i += 1
8end
9