diff options
Diffstat (limited to 'docs/Bit-and_bytes-tutorial.md')
| -rw-r--r-- | docs/Bit-and_bytes-tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Bit-and_bytes-tutorial.md b/docs/Bit-and_bytes-tutorial.md index a657019..3e991db 100644 --- a/docs/Bit-and_bytes-tutorial.md +++ b/docs/Bit-and_bytes-tutorial.md @@ -1,3 +1,5 @@ +# Bits and bytes + ## Intro In computing, numbers are internally represented in binary. This means, when you use an integer type for a variable, this will internally be represented as a summation or concatenation of zeros and ones. |
