From 4d7730ba763dd97da069171e0a26fb98a264a862 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Tue, 20 May 2014 18:52:52 -0300 Subject: [PATCH] Update README.md --- .../archives/UNIT-01/02-core-elements-of-a-program/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md index 4bb5cc5..eab14d4 100644 --- a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md +++ b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/README.md @@ -1,5 +1,7 @@ # Core Elements of a Program +⬅ [Back to table of contents](https://github.com/ericdouglas/MIT-computer-science/tree/master/archives/01-introduction-to-computer-science-and-programming#table-of-contents) + This lecture covers the building blocks of straight line and branching programs: objects, types, operators, variables, execution, and conditional statements. ## Session Activities