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