Created
August 11, 2026 13:51
-
-
Save pkutaj/cec7773c229386629b265eae7815476c to your computer and use it in GitHub Desktop.
The Substitution Model snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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