Created
December 25, 2020 15:47
-
-
Save ultrox/7d25e88d204cd9bde0062c53b89585bf to your computer and use it in GitHub Desktop.
yell function - first non guided function
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
;; yell-starter.rkt | |
; PROBLEM: | |
; | |
; DESIGN a function called yell that consumes strings like "hello" | |
; and adds "!" to produce strings like "hello!". | |
; | |
; Remember, when we say DESIGN, we mean follow the recipe. | |
; | |
; Leave behind commented out versions of the stub and template. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment