From c8a79926b07054572066615045a19aee0d4163c0 Mon Sep 17 00:00:00 2001 From: cm7799 <32788121+cm7799@users.noreply.github.com> Date: Thu, 18 Oct 2018 02:57:44 +0530 Subject: [PATCH] Update bitshiftLeft.adoc --- Language/Structure/Bitwise Operators/bitshiftLeft.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Language/Structure/Bitwise Operators/bitshiftLeft.adoc b/Language/Structure/Bitwise Operators/bitshiftLeft.adoc index 94c455422..04b1a0af1 100644 --- a/Language/Structure/Bitwise Operators/bitshiftLeft.adoc +++ b/Language/Structure/Bitwise Operators/bitshiftLeft.adoc @@ -117,6 +117,8 @@ void printOut1(int c) { [role="example"] * #EXAMPLE# https://www.arduino.cc/playground/Code/BitMath[BitMath Tutorial^] +* #EXAMPLE2# https://www.youtube.com/watch?v=EVm0qVJ56II + -- //SEE ALSO SECTION ENDS