This repository was created using the lib-config-ts-test template
Given an alphabet decryption key like the one below, create a program that can crack any message using the decryption key.
a b c d e f g h i j k l m n o p q r s t u v w x y z
! ) " ( £ * % & > < @ a b c d e f g h i j k l m n o
You could also create a encryption program that will encrypt any message you give it using the key.
Extract from https://codingdojo.org/kata/CodeCracker