Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created July 2, 2011 08:24
Show Gist options
  • Save sourcerebels/1059854 to your computer and use it in GitHub Desktop.
Save sourcerebels/1059854 to your computer and use it in GitHub Desktop.
assertThat PrimeFactors.generate(4), is([2, 2])
assertTrue PrimeFactors.generate(4) == [2, 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment