Getting Started

less than 1 minute read

Hi everyone! I’m Katherine, and I decided it was finally time to put together a blog for my technical stuff!

It’s always a bit weird, making a first post in a blog, I feel. There’s an element of introduction to it, but also, it’s not likely to be a post that’s seen as much eventually. And I’d rather keep most of the introduction-bits for an actual About page, so that it’s easier for people to learn about me that way.

That said, I’m glad to get something out there, and join the blogosphere (again)!

I hope you enjoy what I have to say!

func hello(_ thing: String) -> () {
    print("Hello, \(thing)")
}