Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/callumacrae/count-thing

My first C project: Attempts to prove that the fact that there are 500,000,000 "1"s in the first 500,000,000 positive integers isn't remarkable.
https://github.com/callumacrae/count-thing

Last synced: 20 days ago
JSON representation

My first C project: Attempts to prove that the fact that there are 500,000,000 "1"s in the first 500,000,000 positive integers isn't remarkable.

Awesome Lists containing this project

README

        

"If you write out the first 500,000,000 positive integers, you’ll write the figure 1 exactly 500,000,000 times."

This project is an attempt to prove that fact unremarkable. There are many other numbers like this, and it is also possible to use numbers but 1.

This is my first C project, so progress WILL be slow :D