Advertisement
Fhernd

M1bS4U5.rkt

Jun 4th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Racket 0.44 KB | None | 0 0
  1. (require 2htdp/image)
  2.  
  3. (beside (overlay/align/offset "left" "top" (circle 13 "solid" "black") -23 -23
  4.                               (overlay/align/offset "left" "top" (circle 13 "solid" "black") -63 -23
  5.                               (overlay/align/offset "left" "top" (circle 11 "solid" "black") -47 -67
  6.                                                                  (circle 59 "solid" "yellow")))) (text "DrRacket is Amazing!" 19 "RED"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement