package student_test import ( "testing" "github.com/01-edu/z01" ) func TestPrintDigits(t *testing.T) { z01.ChallengeMain(t) }