Hello world! This is my first (but hopefully not last) blog post! My goal is to write about anything I find interesting, helpful, and just plain cool. Oh, and space, definitely space. To stick with the programming theme, here’s how to write a Hello World program in Scala.

object HelloWorld extends App {
  println("Hello World!")
}

Be sure to check out my GitHub page to see some of my experiments!