package test
import "testing"
import "github.com/firestuff/subcoding/gen"
func TestRandProgram(t *testing.T) {
gen.RandProgram(4, 4, 0)
}