moved main.c to folder test/
This commit is contained in:
parent
3d9c91925f
commit
bcbfecd0b2
@ -1,9 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
printf("Fuk of\n");
|
||||
|
||||
return 0;
|
||||
}
|
13
src/test/main.c
Normal file
13
src/test/main.c
Normal file
@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../../include/encrypter.h"
|
||||
|
||||
int
|
||||
main(int args, char * argv[])
|
||||
{
|
||||
char *text = encryptText("TEXT");
|
||||
|
||||
printf("%s\n", text);
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user