summaryrefslogtreecommitdiff
path: root/docs/Bit-and_bytes-tutorial.md
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2020-02-05 20:22:34 +0100
committerGitHub <noreply@github.com>2020-02-05 20:22:34 +0100
commit944e0cf26b844f23001cc2c1455b6a03f83bd6a0 (patch)
treef8e6fd4c535bfefa2e40c8d8cf8290ee571d9640 /docs/Bit-and_bytes-tutorial.md
parente251b9a62fb9636069a2e410f2d42bf591387aa8 (diff)
downloadwiki-944e0cf26b844f23001cc2c1455b6a03f83bd6a0.tar.gz
wiki-944e0cf26b844f23001cc2c1455b6a03f83bd6a0.tar.bz2
wiki-944e0cf26b844f23001cc2c1455b6a03f83bd6a0.zip
Add title to bit and bytes (#184)
Diffstat (limited to 'docs/Bit-and_bytes-tutorial.md')
-rw-r--r--docs/Bit-and_bytes-tutorial.md2
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.