Improve comment for main.rkt

This commit is contained in:
Greg Hendershott 2019-11-25 11:30:02 -05:00
parent abc3d6b6b9
commit f2ee38346a

View File

@ -1,6 +1,6 @@
#lang racket
;; A comment.
;; This is just an example file used to test the example .travis.yml
(define (plus1 x)
(add1 x))