docs(injector): improve audit format

This commit is contained in:
nprimo 2022-12-20 13:06:56 +01:00 committed by Niccolò Primo
parent 8585bc2a71
commit 65a0a88171
1 changed files with 4 additions and 5 deletions

View File

@ -5,18 +5,17 @@
Files that must be inside your repository:
- Your program source code.
- a README.md file, Which clearly explains how to use the program.
###### Does the required files present?
###### Are the required files present?
##### Evaluate the student's submission
Knowledge-Check:
###### Is the student able to explain clearly how we can merge 2 programs?
###### Is the student able to explain clearly how his program works?
Create two simple binaries
##### Create two simple binaries
###### Verify that the student's program can paste the two binaries in arguments into one binary?
###### Can the student's program merge the two binaries passed as arguments into one binary?