I’ve been doing a bunch of work on this site. This is a test page for all the different visual elements.
Block Quote Example
Hey there! This is some example text that I needed to add to correctly get this line to wrap. How do you guys feel about the color blue?
Syntax Highlighting Example
Here’s an example “Hello World!” Go program. I tend to prefer log
over fmt
when it comes to printing things to the screen.
package main
import "log"
func main() {
log.Println("Hello World!")
}
Tables Example
Tables are pretty cool.
A | B | C |
---|---|---|
Duck | Cow | Chicken |
5 | 10 | 9 |