79583898

Date: 2025-04-21 00:54:20
Score: 1
Natty:
Report link

If you want

func xor(a, b bool) bool {
    return a != b
}
fmt.Println(xor(true, false)) // true
fmt.Println(xor(true, true))  // false
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: maestrom4