This commit is contained in:
Jordan Wages 2025-02-21 20:47:44 -06:00
commit 8b9ef6517f

View file

@ -1,3 +1,7 @@
# scream # scream
Console application that implements the Scream Cipher from https://xkcd.com/3054/ Console application that implements the Scream Cipher from [XKCD #3054](https://xkcd.com/3054/)
![](https://imgs.xkcd.com/comics/scream_cipher.png "Scream Cipher")
It should work across platforms if compiled for that platform.