This repository contains SICP exercise solutions from members of the e\λ Summer 2023 study group. Clone this repository, create a new branch with your solutions for the week and submit a pull request for review.
$ git clone https://github.com/e-lambda/SICP-summer-2023.git sicp $ cd sicp $ git checkout -b <participant1-participant2-weekN> ...make commits... $ git push -u origin <participant1-participant2-weekN>