Skip to content

Commit 1dc3cdb

Browse files
committed
Type in vishwa25 chaos
1 parent 5c6c6c2 commit 1dc3cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-03-06-vishwactf-2025-chaos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Looking at `challenge.py`, it appears that its pulling some text from `https://x
7575

7676
![XOR gate](https://graphicmaths.com/img/computer-science/logic/combining-logic-gates/xor-create-gate.png)
7777

78-
But, what does it actually do? It compares two values, both of which are either 0 or 1, and returns `1` if the two are different, and `0` if they are different for example:
78+
But, what does it actually do? It compares two values, both of which are either 0 or 1, and returns `1` if the two are different, and `0` if they are the same. For example:
7979

8080
| Input 1 | Input 2 | Output |
8181
| -- | -- | -- |

0 commit comments

Comments
 (0)