Skip to content

Instantly share code, notes, and snippets.

@rramsden
Created April 20, 2011 20:31
Show Gist options
  • Save rramsden/932763 to your computer and use it in GitHub Desktop.
Save rramsden/932763 to your computer and use it in GitHub Desktop.
(define (draw-head)
(draw-circle (make-posn (/ WIDTH 2) 80) 30 'red)
(draw-solid-line (make-posn (/ WIDTH 2) 50) (make-posn (/ WIDTH 2) 60) 'black))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment