Skip to main content
2 of 3
edited body
Digital Trauma
  • 73k
  • 9
  • 112
  • 264

Bash + GNU utilities, 26

sort|uniq -u|dc -e1?*?*?*p

The 3 input integers are each given on their own line.

In the case of non-distinct inputs, dc warnings are printed to stderr. These may be ignored.

Try it online!

Digital Trauma
  • 73k
  • 9
  • 112
  • 264