test/main.go

17 lines
81 B
Go

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