Add comment.

This commit is contained in:
Greg Hendershott 2013-07-02 14:20:29 -04:00
parent de3498784d
commit 16abc50a23

View File

@ -1,5 +1,7 @@
#lang racket
;; A comment.
(define (plus1 x)
(add1 x))