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 REAL LAPUTA | This cluster of deserted islands features abandoned Meiji-era military forts reclaimed by nature that feel exactly inspiring "like a Studio Ghibli film" set.
1,200 FACES | This secluded temple houses 1,200 unique stone statues carved by amateurs, each boasting its own humorous or heartwarming expression.
IMMORTAL LIGHT | This UNESCO complex on the Kyoto-Shiga border is home to the "Eternal Light" that has burned continuously for 1,200 years and the legendary marathon monks.
ALLEYWAY OPS | These hidden back alleys offer a tech-noir vibe filled with vertical neon signs, cramped standing bars, and world-class kushikatsu away from the main crowds.
SHADOW TRAINING | This rugged valley serves as a former Iga Ninja training ground where you can hike misty trails past dozens of waterfalls or join a modern ninja training session.
THE GOLD STANDARD | Sourced from purebred Tajima cattle in Hyogo, this meat is world-renowned for its low-melting-point fat that dissolves at room temperature.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';