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
- Host: GitHub
- URL: https://github.com/ncw/ioccc2012
- Owner: ncw
- License: mit
- Created: 2012-10-03T19:17:04.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-03T19:50:40.000Z (almost 14 years ago)
- Last Synced: 2024-05-02T06:05:09.503Z (about 2 years ago)
- Language: C
- Size: 227 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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