Introduction

This is bold text, and this is emphasized text.

Visit the Hugo website!

1
2
3
4
5
6
7
8
// ... code
package main

import "fmt"

func main() {
	fmt.Println("Hello, Hugo!")
}