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 +}