Hello world

Me • March 23, 2021

hello world

This is the start of my blog. How 2005!


Typography Styles

Here’s a quick preview of what some of the basic type styles will look like in this starter template:

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

The quick brown fox jumps over the lazy dog

  1. The quick brown fox
    1. jumps over
      1. the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

package main

import (
  "fmt"
)

func main() {
  fmt.Println("Hello world)
}