Contact
andrewnakagome@gmail.com (EN/日本語)
andrewnakagome@gmail.com (EN/日本語)
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';