post1: Testing this thing

Is this a blog post?

more details

stuff about

  1. something

    • first

    • second

  2. and another thing

    • xyz

    • abc

check some code

wow check this:

for i in range(10):
    print(i)

cool eh?

package main

import "fmt"

func main() {
   fmt.Println("Hiya!")
}