From 0738dec435c13f8f119631342baefe3051b01bb2 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 9 Apr 2026 14:29:07 +0200 Subject: [PATCH] created a nice (empty) function for the XOR --- theXORitself => theXORitself.py | 0 xor23.php | 9 +++++++++ 2 files changed, 9 insertions(+) rename theXORitself => theXORitself.py (100%) diff --git a/theXORitself b/theXORitself.py similarity index 100% rename from theXORitself rename to theXORitself.py diff --git a/xor23.php b/xor23.php index eb9c1b9..294e1d0 100644 --- a/xor23.php +++ b/xor23.php @@ -1,5 +1,11 @@ "; echo '
'; echo 'component #1:
'; @@ -11,6 +17,9 @@ echo"
"; echo'
'; if ($_GET) { echo "Danny is een hele lieve man"; +$xored = xor_strings($_GET['comp1'], $_GET['comp2'], $_GET['comp3']); +echo "

De XOR van de 3 componenten is:
$xored"; + } echo '
';