Hello, World
struct HelloWorld {
var description: String =
"""
This is my first blog post, it's only fitting that I write it in "Swift"!
While this one may be a little disappointing, at least it's not verbose!
Stay tuned for some posts on difficult tasks I've encountered in my iOS
development journey. Hopefully they can help someone else!
"""
}