Language
C++
Compiler
gcc HEAD 11.0.0 20200807 (experimental)
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2a
Please enter a string:
Please choose one of the following options:
1 = Encrypt the string.
2 = Decrypt the string.
Encrypted string: jgnnq
Exit Code:
0