From 722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 8 May 2013 15:26:41 -0600 Subject: Added a funny option to generate primes. ...But primes in base 36 and it skips all numbers with digits in the range 0-9 --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 667e486..11bf896 100644 --- a/src/options.h +++ b/src/options.h @@ -11,6 +11,7 @@ public: private: int selfTest( Bu::StringArray aArgs ); + int textPrimes( Bu::StringArray aArgs ); }; #endif -- cgit v1.2.3