post1: Testing this thing ¶
Is this a blog post?
more details ¶
stuff about
-
something
-
first
-
second
-
-
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!")
}