foreach $orbit (@sol) {
++$age;
if ($age >= 0b11111) print "ZOMG U R SO OLD!\n";
}
I am 11111 years old.
- Post a new comment
- 6 comments
- Post a new comment
- 6 comments
foreach $orbit (@sol) {
++$age;
if ($age >= 0b11111) print "ZOMG U R SO OLD!\n";
}