Files
subcoding/test/gen_test.go
Ian Gulliver 789e1e7333 Test for grow
2021-11-20 19:44:57 -10:00

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)
}