Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 647 Bytes

Sicp Racket Boilerplate

github action status

Requirements

Using

  1. Copy content of this repo (not clone!) to your repository
  2. Write code (look sicp/chapter1/02.rkt)
  3. Run tests make test
  4. Run linter make lint