added readme for SW01

devel_freefall
Jonas Arnold 3 years ago
parent a26341479c
commit a1e00b5716
  1. 5
      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).
Loading…
Cancel
Save