changed text to something longer

This commit is contained in:
Václav Šmejkal 2022-03-06 16:01:15 +01:00
parent 2c4aadf08f
commit 16c2b95a88

View File

@ -1,12 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#include "../../include/encrypter.h"
int
main(int args, char * argv[])
{
char *text = encryptText("TEXT");
char *text = encryptText("ENGO WAS HERE");
printf("%s\n", text);
return 0;