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.';
THE GREAT BUDDHA | Home to the world's largest bronze statue of the Buddha Vairocana. The massive wooden hall (Daibutsuden) is a marvel of ancient engineering and scale.
SACRED WILDLIFE | Over 1,200 wild shika deer roam freely. Considered messengers of the gods, they have learned to "bow" to visitors in exchange for shika-senbei (deer crackers).
BRONZE & STONE | Nara's most celebrated shrine, famous for its thousands of donated lanterns. The path leading to the shrine is lined with moss-covered stone pillars.
MERCHANT QUARTER | The former merchant district of Nara. Narrow streets filled with traditional "Machiya" houses, boutique crafts, and hidden sake breweries.
PRESSED FLAVOR | Nara's signature sushi wrapped in persimmon leaves. Historically developed as a way to preserve fish during transport from the coast to the inland capital.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';