For problem statement at 0-999/100-199/170-179/171/problemE.txt this is a correct solution, but verifier at 0-999/100-199/170-179/171/verifierE.go ends with test 1 failed: expected "Brainfuck" got "Go"
exit status 1 can you fix the verifier? package main
import "fmt"
func main() {
fmt.Println("Go")
}