Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d92aa75c2d384ff9f513aed09a46f703 > files > 546

parrot-doc-3.1.0-2.mga1.i586.rpm

#! ruby

big = 0
string = "just another ruby hacker"

100000.times {
	big += 1
	str = string.split(//)
	f = str.shift
	str.push f
	string = str.join('')
}

puts big, string