Skip to content

Instantly share code, notes, and snippets.

@yonatanm
Last active October 1, 2018 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonatanm/462eecfecf4ef992b444a09dbbc3365e to your computer and use it in GitHub Desktop.
Save yonatanm/462eecfecf4ef992b444a09dbbc3365e to your computer and use it in GitHub Desktop.
// find x, y, z and w such that
// x!=y
// y!=z
// z!=x
// but
// x==w
// y==w
// z==w
@yonatanm
Copy link
Author

yonatanm commented Oct 1, 2018

this is my 1st comment

@yonatanm
Copy link
Author

yonatanm commented Oct 1, 2018

This is my 2nd comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment