Browse Source

proov push

master
Karl Lainestu 2 years ago
commit
cd31f7b464
  1. 13
      kuberturvalisus/kaitsemuur/audit/README.md

13
kuberturvalisus/kaitsemuur/audit/README.md

@ -0,0 +1,13 @@
#### Welcome to my first Audit of a Go project
###### Has the requirement for the allowed packages been respected?
##### In a file called `sample.txt`, place the following text (without the double quotes): "If I make you BREAKFAST IN BED (low, 3) just say thank you instead of: how (cap) did you get in my house (up, 2) ?". Now run the student program with the arguments: `sample.txt result.txt`.
###### Is the text present in `result.txt` equal to: "If I make you breakfast in bed just say thank you instead of: How did you get in MY HOUSE?"
#### Bonus
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Is there a test file for this code?
Loading…
Cancel
Save