1
0
mirror of https://github.com/nigelbarink/R3c0v3r.git synced 2026-02-14 10:20:50 +00:00

Initial setup

This commit is contained in:
2020-09-08 20:34:43 +02:00
commit f3bc4a05de
4 changed files with 79 additions and 0 deletions

7
src/recover.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
printf("Hello world!");
}