Welcome to my site

This is just a test

This is going to be some paragraphs here

This is an H3

This is also going to be some paragraphs

List Example

  • First
  • Second
  • Thirsd

Code Formatting Example

class CodeExample {
    let foo : String
    let bar : Int

    init(foo: String, bar: Int) {
        self.foo = foo
        self.bar = bar
    }
}
Made with md2site