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