Elements
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';
TOP 3 VIEW |
Explore over 200 pine-clad islands scattered across the bay. It’s a legendary site that inspired the haiku master Basho.
STRATEGIC HEIGHTS |
Visit the statue of Date Masamune, the "One-Eyed Dragon," overlooking the sprawling City of Trees from the castle ruins.
SENDAI SPECIALTY |
Try the city's signature dish—perfectly grilled, tender sliced beef tongue served with oxtail soup and barley rice.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';