Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 238 Bytes

chapter-01.adoc

File metadata and controls

16 lines (12 loc) · 238 Bytes

First Chapter

This is the first chapter. It includes some highlighted source code:

package main

import "fmt"

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