test/main.go

11 lines
90 B
Go

package main
import "fmt"
func main() {
// foo
// bar
// baz
fmt.Println("test2")
}