Sunday, March 13, 2011

Mind Numbingly Simple Counter

I wanted a simple counter program. Is that too much to ask for?

Anyway I couldn't find one, so I wrote my own. It is written in Java and is mind numbingly simple. In fact it is only two lines long (though I did that to be clever. It would be easier to make it with more lines).

The limitation of the counter is Integer.MAX_VALUE. Just don't counter higher than that you should be fine.

Hit the x or type "quit" to end the counter program. It will not remember your place.

Download here: [Link Removed until I can find the file again}