This is a simple command line utility that reads in a list of numbers and tests the digit distribution according to Benford's Law.
Options
Output
The program outputs the result in four columns. The first column is the digit, the second is the expected distribution as a percentage, the third the actual distribution as a percentage and the last column the distribution difference.