From 9dae65447f5f8216b2dc3f90642596011ee9393c Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Wed, 14 May 2014 21:24:15 -0300 Subject: [PATCH] add link to problem set 0 resolution --- .../archives/UNIT-01/02-core-elements-of-a-program/README.md | 1 + 1 file changed, 1 insertion(+) 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 810db7b..4bb5cc5 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 @@ -43,3 +43,4 @@ A conditional statement starts with an if statement, and can also include elif a ## Problem Sets * [Problem Set 0](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-2-core-elements-of-a-program/MIT6_00SCS11_ps0.pdf) +* [Problem Set 0 - resolution](https://github.com/ericdouglas/MIT-computer-science-and-engineering/blob/master/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program/ps0.py)