From 6d6d827f142b1a0de1d59f63f3dda5019e06f16e Mon Sep 17 00:00:00 2001 From: mnjx <111888944+mnjx@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:55:41 +0100 Subject: [PATCH] Added author --- polyalphabetic-cipher.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polyalphabetic-cipher.c b/polyalphabetic-cipher.c index 706af87..04ada34 100644 --- a/polyalphabetic-cipher.c +++ b/polyalphabetic-cipher.c @@ -1,3 +1,5 @@ +// Made by mnjx + #include #include #include @@ -124,4 +126,4 @@ int main() { option = -1; break; } -} \ No newline at end of file +}