Skip to content

Instantly share code, notes, and snippets.

@pkutaj
Created August 11, 2026 13:52
Show Gist options
  • Select an option

  • Save pkutaj/b0920ba2b95be8735996aa4ea5e2acec to your computer and use it in GitHub Desktop.

Select an option

Save pkutaj/b0920ba2b95be8735996aa4ea5e2acec to your computer and use it in GitHub Desktop.
The Substitution Model snippet
(define sq (lambda (n) (* n n)))
(assert (= (sq 5) 25)) ;PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment