diff options
author | Mike Buland <mike@xagasoft.com> | 2013-05-08 15:26:41 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2013-05-08 15:26:41 -0600 |
commit | 722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f (patch) | |
tree | ad8f7f1922cb82dcede3392093b08b0881b93a44 /src/options.h | |
parent | faa1eccec3ff1acf4a021ed6c6857cc5415a4723 (diff) | |
download | clic-722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f.tar.gz clic-722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f.tar.bz2 clic-722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f.tar.xz clic-722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f.zip |
Added a funny option to generate primes.
...But primes in base 36 and it skips all numbers with digits in the
range 0-9
Diffstat (limited to '')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
11 | 11 | ||
12 | private: | 12 | private: |
13 | int selfTest( Bu::StringArray aArgs ); | 13 | int selfTest( Bu::StringArray aArgs ); |
14 | int textPrimes( Bu::StringArray aArgs ); | ||
14 | }; | 15 | }; |
15 | 16 | ||
16 | #endif | 17 | #endif |