Skip to content

Instantly share code, notes, and snippets.

@ultrox
Created December 25, 2020 15:47
Show Gist options
  • Save ultrox/7d25e88d204cd9bde0062c53b89585bf to your computer and use it in GitHub Desktop.
Save ultrox/7d25e88d204cd9bde0062c53b89585bf to your computer and use it in GitHub Desktop.
yell function - first non guided function
;; 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