veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

248
active users

#100DaysOfSwiftUI

18 posts16 participants4 posts today

@twostraws

checkpoint 2
my solution:

let Books = ["The Hobbit", "Misery", "IT", "Waterloo", "The Hobbit"]

print("Total items: \(Books.count)")
let uniqueBooks = Set(Books)
print("Unique items: \(uniqueBooks.count)")

output
Total items: 5
Unique items: 4

🎉 I just finished Day 4 of the #100DaysOfSwiftUI at hackingwithswift.com/100/swift via @twostraws

Hacking with SwiftDay 4 – 100 Days of SwiftUIFollow the 100 Days of SwiftUI and learn to build apps for free.