blob: 4d3cfb43b846d7230d65d7ec0d404fcfd9847ffd [file] [log] [blame]
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import "fmt"
func main() {
for i := 0; i < 11; i++ {
fmt.Println("Hello, Gerrit!")
}
}