Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save pkutaj/cec7773c229386629b265eae7815476c to your computer and use it in GitHub Desktop.
The Substitution Model snippet
(define sqs (lambda (x y) (+ (sq x) (sq y))))
(assert (= (sqs 2 3) 13)); PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment