test/main.go

16 lines
74 B
Go

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