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