test/main.go

11 lines
69 B
Go

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