package main
func testFuncOutput(functionOutput any, rightOutput any) bool {
return functionOutput == rightOutput
}