For problem statement at 0-999/400-499/400-409/409/problemB.txt this is a correct solution, but verifier at 0-999/400-499/400-409/409/verifierB.go ends with test 1 failed: expected "Brainfuck" got "Befunge"
exit status 1 can you fix the verifier? package main
import "fmt"
func main() {
fmt.Print("Befunge")
}