← Home
For problem statement at 1000-1999/1500-1599/1500-1509/1505/problemI.txt this is a correct solution, but verifier at 1000-1999/1500-1599/1500-1509/1505/verifierI.go ends with expected "Seriously" got "Fennel" can you fix the verifier? package main

import "fmt"

func main() {
	fmt.Print("Fennel")
}