#!/usr/bin/ruby
a
=
1234
b
=
5678
(
1..100000
)
.each
{
|i| a
+=
b b
+=
a
}
# print a,"\n","----\n",b,"\n"
syntax highlighted by
Code2HTML
, v. 0.9.1