From 944e0cf26b844f23001cc2c1455b6a03f83bd6a0 Mon Sep 17 00:00:00 2001 From: Barbz Date: Wed, 5 Feb 2020 20:22:34 +0100 Subject: Add title to bit and bytes (#184) --- docs/Bit-and_bytes-tutorial.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/Bit-and_bytes-tutorial.md') 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. -- cgit