changed text to something longer
This commit is contained in:
parent
2c4aadf08f
commit
16c2b95a88
@ -1,12 +1,11 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include "../../include/encrypter.h"
|
#include "../../include/encrypter.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int args, char * argv[])
|
main(int args, char * argv[])
|
||||||
{
|
{
|
||||||
char *text = encryptText("TEXT");
|
char *text = encryptText("ENGO WAS HERE");
|
||||||
|
|
||||||
printf("%s\n", text);
|
printf("%s\n", text);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user