Guest User

Untitled

a guest
Mar 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #lang racket
  2. (provide handle)
  3. (define (handle) (define in (read-line))
  4. (display "You said ")
  5. (displayln in))
Add Comment
Please, Sign In to add comment