diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-03-04 22:48:01 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-03-04 22:48:01 -0500 |
commit | 9aefd75b5e8214e65524b8187dbc2047cc518cae (patch) | |
tree | bcf1b5f58a2fb74a448942798027a34c29274dd7 /src | |
parent | ee918745baa021015fdaa1f81ca8ebd921ba1463 (diff) | |
download | titler-9aefd75b5e8214e65524b8187dbc2047cc518cae.tar.xz titler-9aefd75b5e8214e65524b8187dbc2047cc518cae.zip |
added book titles artifact for testing/benchmarking
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0ffe5af..b26289c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,6 +22,7 @@ const EXCEPTIONS: &[&str] = &[ /// - Words are not capitalized if they are EXCEPTIONS, unless... /// - Words are either the first or the last word. fn main() { + // gather args let mut args = args(); args.next(); // ignore self arg let mut ignorables = HashSet::new(); |