created encryptionOperationTest in why2-test
This commit is contained in:
parent
e6648787e8
commit
3058a34eab
@ -4,6 +4,11 @@
|
||||
|
||||
#include <why2.h>
|
||||
|
||||
int encryptionOperationTest(int text, int encryptedText)
|
||||
{
|
||||
return text ^ encryptedText;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
//VARIABLES
|
||||
|
Loading…
x
Reference in New Issue
Block a user