More project structure changes

This commit is contained in:
2019-12-08 18:15:08 -05:00
parent 183ed562c6
commit d937c43211
28 changed files with 18 additions and 9 deletions

5
checkm8_payloads/test.c Normal file
View File

@@ -0,0 +1,5 @@
int _start(int b)
{
return b * 5;
}