ONLY DO WHAT ONLY YOU CAN DO

こけたら立ちなはれ 立ったら歩きなはれ

swift

Swift で 99 Bottles of Beer

Paiza が Swift に対応したと聞いたので https://paiza.io/ for i in (1...99).reverse() { print("\(i) bottles of beer on the wall, \(i) bottles of beer.\n") let next = i == 1 ? "no" : i.description print("Take one down and pass it around, \(ne…