mirror of
https://github.com/nigelbarink/R3c0v3r.git
synced 2026-02-14 10:20:50 +00:00
Initial setup
This commit is contained in:
7
src/recover.c
Normal file
7
src/recover.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello world!");
|
||||
}
|
||||
Reference in New Issue
Block a user