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