An open API service indexing awesome lists of open source software.

https://github.com/ncw/ioccc2012

Mersenne prime prover for IOCCC 2012
https://github.com/ncw/ioccc2012

Last synced: 10 months ago
JSON representation

Mersenne prime prover for IOCCC 2012

Awesome Lists containing this project

README

          

IOCCC 2012 Entry
================

This was my entry for the 20th [International Obfuscated C Code Contest](http://www.ioccc.org/).

Unfortunately it didn't win.

I've [written it up](http://www.craig-wood.com/nick/articles/ioccc-2012-mersenne-prime-checker/)
on my web site. There you'll find out how it works and what it does.

If you just want to look at some obfuscated C then look [here](https://github.com/ncw/ioccc2012/blob/master/prog.c) ;-)

License
-------

This is free software under the terms of MIT license (check COPYING file
included in this package).

Author
------

- Nick Craig-Wood