Sign in
go
/
website
/
979dfe99a8dda5a5806e6914f7b971d2e6644776
/
.
/
_content
/
talks
/
2016
/
applicative
/
gofmt-after.go
blob: 85a07d01a22dfe2b4fe3b9088c83b22f74f008a0 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package main
import "fmt"
func main() {
for i := 0; i < 3; i++ {
fmt.Println("Hello, world")
}
}