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.';
THOUSAND TORII | A mountain trail lined with thousands of vermilion gates. The higher you climb, the thinner the crowds and the more potent the spiritual atmosphere becomes.
PURE WATER STAGE | Built without a single nail, this massive wooden veranda offers a panoramic view of Kyoto. The Otowa Waterfall below is said to grant longevity and success.
FLOWER TOWN | The traditional entertainment district where wooden machiya houses line the streets. At dusk, the lanterns flicker on and the world of the Geiko and Maiko begins.
SOUNDSCAPE | Walking through the soaring stalks is a sensory experience listed as one of the 100 Soundscapes of Japan. Best visited at sunrise to avoid the "main character" crowds.
THE GREEN GOLD | Sourced from nearby Uji, this is the highest grade of powdered tea in the world, once reserved only for the Shogun and the Imperial Court.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';