← Home
For problem statement at 0-999/100-199/170-179/171/problemE.txt this is a correct solution, but verifier at verifier not found ends with test 1 failed: expected "Brainfuck" got "Go"
exit status 1 can you fix the verifier? ```go
package main

import "fmt"

func main() {
    fmt.Print("Go")
}
```