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