Files
subcoding/test/gen_test.go

10 lines
142 B
Go
Raw Normal View History

2021-11-20 17:59:22 -10:00
package test
import "testing"
import "github.com/firestuff/subcoding/gen"
func TestRandProgram(t *testing.T) {
2021-11-20 19:44:57 -10:00
gen.RandProgram(4, 4, 0)
2021-11-20 17:59:22 -10:00
}