Files
qc/main_test.go
kevinnls 2129833948 added useless test file
because testing cannot handle os.Args
2024-01-16 19:43:52 +05:30

7 lines
64 B
Go

package main
import "testing"
func TestMain(t *testing.T) {
}