test/main.go

18 lines
88 B
Go

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