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