diff options
Diffstat (limited to '4/practice_problem_4_10_xor_equal.c')
| -rw-r--r-- | 4/practice_problem_4_10_xor_equal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/4/practice_problem_4_10_xor_equal.c b/4/practice_problem_4_10_xor_equal.c new file mode 100644 index 0000000..96c5054 --- /dev/null +++ b/4/practice_problem_4_10_xor_equal.c @@ -0,0 +1 @@ +bool eq = !any(bit_xor(A)) |
