diff options
author | bd <bdunahu@operationnull.com> | 2024-06-09 20:49:33 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-09 20:49:33 -0600 |
commit | aec326408dd6ad16347b5661112895e60335893a (patch) | |
tree | e6f31a6858256a02fdd7bea60c869c76fd4e1a7e /password-philosophy/README.org | |
parent | f3ae22b302a298984df62a4aaba275c15d010072 (diff) |
AoC 2020.2 p2
Diffstat (limited to 'password-philosophy/README.org')
-rw-r--r-- | password-philosophy/README.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/password-philosophy/README.org b/password-philosophy/README.org index 2ceb22c..15d87ab 100644 --- a/password-philosophy/README.org +++ b/password-philosophy/README.org @@ -31,3 +31,7 @@ The password verification method has changed: #+end_example Now, the "range" corresponds to two indices (indexed from 1). Of these indices, exactly one needs to be the given CHAR. + +*** Method + +See implementation. Simply, we add a wrapper to the valid-password? function that refines the inputs before calling valid-password? as usual. |