diff --git a/SW01-XTEA-Cipher/readme.md b/SW01-XTEA-Cipher/readme.md new file mode 100644 index 0000000..8b89294 --- /dev/null +++ b/SW01-XTEA-Cipher/readme.md @@ -0,0 +1,5 @@ +# How to debug SW01 with Visual Studio +Command line arguments must be added. +1. Project -> Properties -> Debugging -> Command Arguments +2. encrypt test $(OutDir) .TXT +3. Add text.txt file to OutDir (Debug folder). \ No newline at end of file