Try every shift 1..25 and print the decryption that contains the word 'the'.
A captured note was Caesar-shifted. Read the ciphertext line, brute-force all 25 lowercase shifts, and print the one decryption that contains the word `the` (surrounded by spaces or at the start of the message).
Test ciphertext (`wkh txlfn eurzq ira`) decrypts with shift 3 → `the quick brown fox`.
Sign in to save your code and track progress across devices.