We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50211a7 commit 66f1d52Copy full SHA for 66f1d52
src/main/java/com/rampatra/bits/README.md
@@ -2,7 +2,7 @@
2
3
### Basic Operators
4
5
-**AND:**
+#### AND:
6
7
| x | y | x `&` y |
8
----|---|:-------:|
@@ -11,7 +11,7 @@
11
| 1 | 0 | 0 |
12
| 1 | 1 | 1 |
13
14
-**OR:**
+#### OR:
15
16
| x | y | x `|` y |
17
|---|---|:-------:|
@@ -20,7 +20,7 @@
20
| 1 | 0 | 1 |
21
22
23
-**XOR:**
+#### XOR:
24
25
| x | y | x `^` y |
26
0 commit comments