package main import ( "github.com/01-edu/z01" "testing" ) func TestPrintAlphabetProg(t *testing.T) { z01.ChallengeMainExam(t) }