quickpassthrough/cmd/main.go
2023-12-26 19:20:28 +01:00

7 lines
65 B
Go

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