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.';
Designed by architect Kengo Kuma for the Tokyo 2020 Olympics, the Japan National Stadium (MUFG) is a "stadium in forest" that seamlessly blends modern engineering with traditional aesthetics, uniquely incorporating timber sourced from all 47 of the country's prefectures into its pagoda-inspired, naturally ventilated structure.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';