Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 530 Bytes

SICP Exercise Solutions (e/λ)

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>