package student_test
import (
"testing"
"github.com/01-edu/z01"
solutions "./solutions"
student "./student"
)
func TestPrintComb2(t *testing.T) {
z01.Challenge(t, student.PrintComb2, solutions.PrintComb2)
}