1 2 3 4 5 6 7 8 9 10
//Polygram substitution pt = ["HELLO" "HELL"] ct = ["YUQQW" "TEUI"] for i=1:length(length(pt)) printf("Plaintext: %s\n",pt(1,i)) printf("Ciphertext: %s\n\n",ct(1,i)) end