CounterHack / HolidayHack2020

SANS Holiday Hack Challenge 2020
13 stars 1 forks source link

Sort-O-Matic typeo on #4 #20

Open phbits opened 3 years ago

phbits commented 3 years ago

The main text states:

Any two characters that are not uppercase A-L or 1-5

Guessing it should read:

Any two characters that are not uppercase A-L and 1-5

The example states:

... NOT uppercase A through L and NOT numbers 1 through 5

chrisjd20 commented 3 years ago

@tkh16 @joswr1ght

You all want to weigh in. Ill make whatever changes you think.

phbits commented 3 years ago

When I was working on this challenge, I interpreted or as being (A-L|1-5). A better suggestion would be:

Any two chars that are not uppercase A-L and not 1-5