quickpassthrough/cmd/main.go

8 lines
65 B
Go
Raw Normal View History

package main
2023-04-05 07:35:27 -04:00
import "fmt"
func main() {
fmt.Println("test")
}