Japan.gg
₊⊹ JAPAN.GG COLLECTOR GUIDE ₊⊹
💎Goods Guide グッズガイド✨
🏗️JAPAN.GG COLLECTOR GUIDE🏗️

☄️Grand Slam Getaway🛫
ᯓ Iconic Places ᯓ

☄️Your Guide To:

  ➡Baseball⚾   ➡ANIME👾   ➡GAME🕹️  

➡The Iconic Godzilla Head🦖

➡ERA OF SAMURAI⚔️

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.';