Skip to content

Instantly share code, notes, and snippets.

@patshaughnessy
Created October 9, 2012 19:32
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 patshaughnessy/3860918 to your computer and use it in GitHub Desktop.
Save patshaughnessy/3860918 to your computer and use it in GitHub Desktop.
# Prime factorization.
perl -le '$_= 1 x pop; print $+[1] and s/$1/1/g while /^(11+?)\1*$/' 60
2
2
3
5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment